java.lang.Objectcom.aspose.words.DigitalSignature
public class DigitalSignature
Property Getters/Setters Summary | ||
---|---|---|
System.Security.Cryptography.X509Certificates.X509Certificate2 | getCertificate() | |
Returns the certificate object that was used to sign the document. | ||
CertificateHolder | getCertificateHolder() | |
Returns the certificate holder object that contains the certificate was used to sign the document. | ||
java.lang.String | getComments() | |
Gets the signing purpose comment. | ||
boolean | isValid() | |
Returns true if this digital signature is valid and the document has not been tampered with. | ||
int | getSignatureType() | |
Gets the type of the digital signature. The value of the property is DigitalSignatureType integer constant. | ||
java.util.Date | getSignTime() | |
Gets the time the document was signed. |
Method Summary | ||
---|---|---|
java.lang.String | toString() | |
Property Getters/Setters Detail |
---|
getCertificate | |
public System.Security.Cryptography.X509Certificates.X509Certificate2 getCertificate() |
getCertificateHolder | |
public CertificateHolder getCertificateHolder() |
getComments | |
public java.lang.String getComments() |
isValid | |
public boolean isValid() |
getSignatureType | |
public int getSignatureType() |
getSignTime | |
public java.util.Date getSignTime() |
Method Detail |
---|
toString | |
public java.lang.String toString() |