public class PdfDigitalSignature extends DigitalSignature
Contains Pdf Digital signature properties.
Constructor and Description |
---|
PdfDigitalSignature()
Initialize Pdf Digital Signature with no certificate.
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone Barcode Signature instance.
|
boolean |
equals(Object signature)
Overwrites Equals method to compare signature properties
|
String |
getAuthority()
The name of the person or authority signing the document.
|
String |
getContactInfo()
Information provided by the signer to enable a recipient to contact the signer
to verify the signature, e.g.
|
String |
getLocation()
The CPU host name or physical location of the signing.
|
String |
getReason()
The reason for the signing, such as (I agree…).
|
int |
hashCode()
Overrides GetHashCode method
|
void |
setAuthority(String value)
The name of the person or authority signing the document.
|
void |
setContactInfo(String value)
Information provided by the signer to enable a recipient to contact the signer
to verify the signature, e.g.
|
void |
setLocation(String value)
The CPU host name or physical location of the signing.
|
void |
setReason(String value)
The reason for the signing, such as (I agree…).
|
getCertificate, getComments, getSignatureMetaInfo, getSignTime, getXAdESType, isValid, loadDigitalSignatures, setCertificate, setComments, setSignTime, setValid, setXAdESType, supportMetaInfoLayer, updateFromMetaInfo
getCreatedOn, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, toString
public PdfDigitalSignature()
Initialize Pdf Digital Signature with no certificate.
public Object deepClone()
Clone Barcode Signature instance.
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class DigitalSignature
public boolean equals(Object signature)
Overwrites Equals method to compare signature properties
equals
in class DigitalSignature
signature
- Signature object to compare with.public final String getAuthority()
The name of the person or authority signing the document.
This property is deprecated and will be removed in the future release (GroupDocs.Signature 20.10).
public final String getContactInfo()
Information provided by the signer to enable a recipient to contact the signer to verify the signature, e.g. a phone number.
public final String getLocation()
The CPU host name or physical location of the signing.
public final String getReason()
The reason for the signing, such as (I agree…).
public int hashCode()
Overrides GetHashCode method
hashCode
in class DigitalSignature
public final void setAuthority(String value)
The name of the person or authority signing the document.
This property is deprecated and will be removed in the future release (GroupDocs.Signature 20.10).
public final void setContactInfo(String value)
Information provided by the signer to enable a recipient to contact the signer to verify the signature, e.g. a phone number.
public final void setLocation(String value)
The CPU host name or physical location of the signing.
public final void setReason(String value)
The reason for the signing, such as (I agree…).