Uses of Class
net.markenwerk.utils.mail.dkim.Canonicalization
-
Packages that use Canonicalization Package Description net.markenwerk.utils.mail.dkim -
-
Uses of Canonicalization in net.markenwerk.utils.mail.dkim
Methods in net.markenwerk.utils.mail.dkim that return Canonicalization Modifier and Type Method Description CanonicalizationDkimSigner. getBodyCanonicalization()Returns the configuredCanonicalizationto be used for the body.CanonicalizationDkimSigner. getHeaderCanonicalization()Returns the configuredCanonicalizationto be used for the headers.static CanonicalizationCanonicalization. valueOf(String name)Returns the enum constant of this type with the specified name.static Canonicalization[]Canonicalization. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.markenwerk.utils.mail.dkim with parameters of type Canonicalization Modifier and Type Method Description voidDkimSigner. setBodyCanonicalization(Canonicalization canonicalization)Sets theCanonicalizationto be used for the body.voidDkimSigner. setHeaderCanonicalization(Canonicalization canonicalization)Sets theCanonicalizationto be used for the headers.
-