Uses of Class
io.vertx.ext.mail.DKIMSignAlgorithm
-
Packages that use DKIMSignAlgorithm Package Description io.vertx.ext.mail -
-
Uses of DKIMSignAlgorithm in io.vertx.ext.mail
Methods in io.vertx.ext.mail that return DKIMSignAlgorithm Modifier and Type Method 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.Methods in io.vertx.ext.mail with parameters of type DKIMSignAlgorithm Modifier and Type Method Description DKIMSignOptions
DKIMSignOptions. setSignAlgo(DKIMSignAlgorithm signAlgo)
Sets the signing algorithm.
-