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 int getBodyCanonicalization()
Gets or sets body canonicalization (c=).
public void setBodyCanonicalization(int value)
Gets or sets body canonicalization (c=).
value
- a int.public int getHeaderCanonicalization()
Gets or sets header canonicalization (c=).
public void setHeaderCanonicalization(int value)
Gets or sets header canonicalization (c=).
value
- a int.public String getSelector()
Gets or sets public key DNS selector (s=).
String
object.public void setSelector(String value)
Gets or sets public key DNS selector (s=).
value
- a String
object.public String getDomain()
Gets or sets public key DNS domain (d=).
String
object.public void setDomain(String value)
Gets or sets public key DNS domain (d=).
value
- a String
object.public 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.
DateTime
object.public 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.
value
- a DateTime
object.public int getHashAlgorithm()
Gets or sets hash algorithm (a=).
public void setHashAlgorithm(int value)
Gets or sets hash algorithm (a=).
value
- a int.public HeaderList getHeaders()
Headers that are included in the signature (h=).
HeaderList
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.