Package | Description |
---|---|
io.vertx.ext.mail |
Modifier and Type | Method and Description |
---|---|
DKIMSignAlgorithm |
DKIMSignOptions.getSignAlgo()
Gets the signing algorithm.
|
static DKIMSignAlgorithm |
DKIMSignAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DKIMSignAlgorithm[] |
DKIMSignAlgorithm.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.setSignAlgo(DKIMSignAlgorithm signAlgo)
Sets the signing algorithm.
|
Copyright © 2021 Eclipse. All rights reserved.