Package | Description |
---|---|
io.vertx.ext.mail |
Modifier and Type | Method and Description |
---|---|
CanonicalizationAlgorithm |
DKIMSignOptions.getBodyCanonAlgo()
Gets the canonicalization algorithm for mail body.
|
CanonicalizationAlgorithm |
DKIMSignOptions.getHeaderCanonAlgo()
Gets the canonicalization algorithm for signed headers.
|
static CanonicalizationAlgorithm |
CanonicalizationAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CanonicalizationAlgorithm[] |
CanonicalizationAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DKIMSignOptions |
DKIMSignOptions.setBodyCanonAlgo(CanonicalizationAlgorithm bodyCanonAlgo)
Sets the canonicalization algorithm for mail body.
|
DKIMSignOptions |
DKIMSignOptions.setHeaderCanonAlgo(CanonicalizationAlgorithm headerCanonAlgo)
Sets the canonicalization algorithm for signed headers.
|
Copyright © 2021 Eclipse. All rights reserved.