Uses of Class
net.markenwerk.utils.mail.dkim.DkimSigningException
-
Packages that use DkimSigningException Package Description net.markenwerk.utils.mail.dkim -
-
Uses of DkimSigningException in net.markenwerk.utils.mail.dkim
Subclasses of DkimSigningException in net.markenwerk.utils.mail.dkim Modifier and Type Class Description classDkimAcceptanceExceptionADkimSigningExceptionthat is used to indicate that an attempt to sign aDkimMessagefailed, because theDkimSignerconfiguration is incompatible with the values retrieved from the DNS.Methods in net.markenwerk.utils.mail.dkim that throw DkimSigningException Modifier and Type Method Description voidDomainKey. check(String identity, PrivateKey privateKey)Checks, whether thisDomainKeyfits to the given identity andRSAPrivateKey.
-