public class DKIMSignatureInfo extends Object
Represents DKIM signature information.
Constructor and Description |
---|
DKIMSignatureInfo(String publicKeyDnsSelector,
String publicKeyDnsDomain)
Creates new instance of DKIMSignatureInfo.
|
Modifier and Type | Method and Description |
---|---|
int |
getBodyCanonicalization()
Gets or sets body canonicalization (c=).
|
String |
getDomain()
Gets or sets public key DNS domain (d=).
|
int |
getHashAlgorithm()
Gets or sets hash algorithm (a=).
|
int |
getHeaderCanonicalization()
Gets or sets header canonicalization (c=).
|
HeaderList |
getHeaders()
Headers that are included in the signature (h=).
|
String |
getSelector()
Gets or sets public key DNS selector (s=).
|
com.aspose.ms.System.DateTime |
getTime()
Gets or sets the signature timestamp - the time that this signature was created (t=).
|
void |
setBodyCanonicalization(int value)
Gets or sets body canonicalization (c=).
|
void |
setDomain(String value)
Gets or sets public key DNS domain (d=).
|
void |
setHashAlgorithm(int value)
Gets or sets hash algorithm (a=).
|
void |
setHeaderCanonicalization(int value)
Gets or sets header canonicalization (c=).
|
void |
setSelector(String value)
Gets or sets public key DNS selector (s=).
|
void |
setTime(com.aspose.ms.System.DateTime value)
Gets or sets the signature timestamp - the time that this signature was created (t=).
|
public final int getBodyCanonicalization()
Gets or sets body canonicalization (c=).
public final void setBodyCanonicalization(int value)
Gets or sets body canonicalization (c=).
public final int getHeaderCanonicalization()
Gets or sets header canonicalization (c=).
public final void setHeaderCanonicalization(int value)
Gets or sets header canonicalization (c=).
public final String getSelector()
Gets or sets public key DNS selector (s=).
public final void setSelector(String value)
Gets or sets public key DNS selector (s=).
public final String getDomain()
Gets or sets public key DNS domain (d=).
public final void setDomain(String value)
Gets or sets public key DNS domain (d=).
public final com.aspose.ms.System.DateTime getTime()
Gets or sets the signature timestamp - the time that this signature was created (t=). Default (null) is an unknown creation time.
public final void setTime(com.aspose.ms.System.DateTime value)
Gets or sets the signature timestamp - the time that this signature was created (t=). Default (null) is an unknown creation time.
public int getHashAlgorithm()
Gets or sets hash algorithm (a=).
public final void setHashAlgorithm(int value)
Gets or sets hash algorithm (a=).
public final HeaderList getHeaders()
Headers that are included in the signature (h=).