Uses of Class
net.markenwerk.utils.mail.dkim.SigningAlgorithm
-
Packages that use SigningAlgorithm Package Description net.markenwerk.utils.mail.dkim -
-
Uses of SigningAlgorithm in net.markenwerk.utils.mail.dkim
Methods in net.markenwerk.utils.mail.dkim that return SigningAlgorithm Modifier and Type Method Description SigningAlgorithmKeyPairType. getDefaultSigningAlgorithm()SigningAlgorithmDkimSigner. getSigningAlgorithm()Returns the configuredSigningAlgorithm.static SigningAlgorithmSigningAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static SigningAlgorithm[]SigningAlgorithm. 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 SigningAlgorithm Modifier and Type Method Description voidDkimSigner. setSigningAlgorithm(SigningAlgorithm signingAlgorithm)Sets theSigningAlgorithmto be used.booleanKeyPairType. supportsSigningAlgorithm(SigningAlgorithm signingAlgorithm)
-