Uses of Class
net.markenwerk.utils.mail.dkim.DkimException
-
Packages that use DkimException Package Description net.markenwerk.utils.mail.dkim -
-
Uses of DkimException in net.markenwerk.utils.mail.dkim
Methods in net.markenwerk.utils.mail.dkim that throw DkimException Modifier and Type Method Description static DomainKeyDomainKeyUtil. getDomainKey(String signingDomain, String selector)Retrieves theDomainKeyfor the given signing domain and selector.static Map<Character,String>DomainKeyUtil. getTags(String signingDomain, String selector)Retrieves the tags of a domain key for the given signing domain and selector.static StringDomainKeyUtil. getValue(String signingDomain, String selector)Retrieves the raw domain key for the given signing domain and selector.voidDkimSigner. setIdentity(String identity)Sets the identity parameter to be used.voidDkimSigner. setSigningAlgorithm(SigningAlgorithm signingAlgorithm)Sets theSigningAlgorithmto be used.Constructors in net.markenwerk.utils.mail.dkim that throw DkimException Constructor Description DkimSigner(String signingDomain, String selector, File derFile)Created a newDkimSignerfor the given signing domain and selector with the given DER encoded RSA private Key.DkimSigner(String signingDomain, String selector, RSAPrivateKey privateKey)Created a newDkimSignerfor the given signing domain and selector with the givenRSAPrivateKey.DkimSigner(String signingDomain, String selector, net.i2p.crypto.eddsa.EdDSAPrivateKey privateKey)Created a newDkimSignerfor the given signing domain and selector with the givenRSAPrivateKey.DomainKey(Map<Character,String> tags)Creates a newDomainKeyfrom the given tags.
-