| Package | Description |
|---|---|
| io.vertx.ext.mail |
| Modifier and Type | Method and Description |
|---|---|
MessageCanonic |
DKIMSignOptions.getBodyCanonic()
Gets the email body message canonicalization.
|
MessageCanonic |
DKIMSignOptions.getHeaderCanonic()
Gets the signedHeaders message canonicalization.
|
static MessageCanonic |
MessageCanonic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCanonic[] |
MessageCanonic.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.setBodyCanonic(MessageCanonic bodyCanonic)
Sets the message canonicalization for email body.
|
DKIMSignOptions |
DKIMSignOptions.setHeaderCanonic(MessageCanonic headerCanonic)
Sets the message canonicalization for email signedHeaders.
|
Copyright © 2019 Eclipse. All rights reserved.