Uses of Enum
io.vertx.ext.mail.CanonicalizationAlgorithm
Packages that use CanonicalizationAlgorithm
-
Uses of CanonicalizationAlgorithm in io.vertx.ext.mail
Subclasses with type arguments of type CanonicalizationAlgorithm in io.vertx.ext.mailModifier and TypeClassDescriptionenumCanonicalization Algorithm for DKIM.Methods in io.vertx.ext.mail that return CanonicalizationAlgorithmModifier and TypeMethodDescriptionDKIMSignOptions.getBodyCanonAlgo()Gets the canonicalization algorithm for mail body.DKIMSignOptions.getHeaderCanonAlgo()Gets the canonicalization algorithm for signed headers.static CanonicalizationAlgorithmReturns 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.Methods in io.vertx.ext.mail with parameters of type CanonicalizationAlgorithmModifier and TypeMethodDescriptionDKIMSignOptions.setBodyCanonAlgo(CanonicalizationAlgorithm bodyCanonAlgo) Sets the canonicalization algorithm for mail body.DKIMSignOptions.setHeaderCanonAlgo(CanonicalizationAlgorithm headerCanonAlgo) Sets the canonicalization algorithm for signed headers.