Package net.markenwerk.utils.mail.dkim
-
Class Summary Class Description DkimMessage Extension ofSMTPMessagefor the inclusion of a DKIM signature.DkimSigner Main class providing a signature according to DKIM RFC 4871.DomainKey ADomainKeyholds the information about a domain key.DomainKeyUtil -
Enum Summary Enum Description Canonicalization Provides "simple" and "relaxed" canonicalization according to RFC 4871.KeyPairType SigningAlgorithm Allowed signing algorithms by RFC 4871 with translation to different Java notations. -
Exception Summary Exception Description DkimAcceptanceException ADkimSigningExceptionthat is used to indicate that an attempt to sign aDkimMessagefailed, because theDkimSignerconfiguration is incompatible with the values retrieved from the DNS.DkimException ARuntimeExceptionthat is used to indicate DKIM specific missbehaviors or to wrap otherExceptionsthat were thrown during the processing of DKIM specific operations.DkimSigningException AMessagingExceptionthat is used to indicate DKIM specific missbehaviors or to wrap otherExceptionsthat were thrown during the processing of a DKIM signature, or operations necessary for DKIM signatures.