| Modifier and Type | Method and Description |
|---|---|
static DomainKey |
DomainKeyUtil.getDomainKey(String signingDomain,
String selector)
Retrieves the
DomainKey for 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 String |
DomainKeyUtil.getValue(String signingDomain,
String selector)
Retrieves the raw domain key for the given signing domain and selector.
|
void |
DkimSigner.setIdentity(String identity)
Sets the identity parameter to be used.
|
void |
DkimSigner.setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
Sets the
SigningAlgorithm to be used. |
| Constructor and Description |
|---|
DkimSigner(String signingDomain,
String selector,
File derFile)
Created a new
DkimSigner for the given signing domain and
selector with the given DER encoded RSA private Key. |
DkimSigner(String signingDomain,
String selector,
RSAPrivateKey privateKey)
Created a new
DkimSigner for the given signing domain and
selector with the given RSAPrivateKey. |
DomainKey(Map<Character,String> tags)
Creates a new
DomainKey from the given tags. |
Copyright © 2015–2018 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.