public class DigitalSignature
Property Getters/Setters Summary | ||
---|---|---|
System.Security.Cryptography.X509Certificates.X509Certificate2 | getCertificate() | |
Certificate object that was used to sign the document.
|
||
java.lang.String | getComments() | |
void | setComments(java.lang.Stringvalue) | |
The purpose to signature. | ||
boolean | isValid() | |
If this digital signature is valid and the document has not been tampered with,
this value will be true.
|
||
com.aspose.cells.DateTime | getSignTime() | |
void | setSignTime(com.aspose.cells.DateTimevalue) | |
The time when the document was signed. | ||
int | getXAdESType() | |
void | setXAdESType(intvalue) | |
XAdES type. Defaule value is None(XAdES is off). The value of the property is XAdESType integer constant. |
public System.Security.Cryptography.X509Certificates.X509Certificate2 getCertificate()
public java.lang.String getComments() / public void setComments(java.lang.String value)
public com.aspose.cells.DateTime getSignTime() / public void setSignTime(com.aspose.cells.DateTime value)
public boolean isValid()
public int getXAdESType() / public void setXAdESType(int value)