Uses of Enum
io.vertx.ext.mail.DKIMSignAlgorithm
Packages that use DKIMSignAlgorithm
-
Uses of DKIMSignAlgorithm in io.vertx.ext.mail
Subclasses with type arguments of type DKIMSignAlgorithm in io.vertx.ext.mailModifier and TypeClassDescriptionenumSigning Algorithm specified by DKIM spec.Methods in io.vertx.ext.mail that return DKIMSignAlgorithmModifier and TypeMethodDescriptionDKIMSignOptions.getSignAlgo()Gets the signing algorithm.static DKIMSignAlgorithmReturns 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 DKIMSignAlgorithmModifier and TypeMethodDescriptionDKIMSignOptions.setSignAlgo(DKIMSignAlgorithm signAlgo) Sets the signing algorithm.