Uses of Class
net.markenwerk.utils.mail.dkim.KeyPairType
-
-
Uses of KeyPairType in net.markenwerk.utils.mail.dkim
Methods in net.markenwerk.utils.mail.dkim that return KeyPairType Modifier and Type Method Description KeyPairTypeDomainKey. getPublicKeyType()Returns the type of public key of thisDomainKey, as provided by the 'p' tag.static KeyPairTypeKeyPairType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyPairType[]KeyPairType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-