java.lang.Object
com.aspose.cells.DigitalSignature
public class DigitalSignature
| Property Getters/Setters Summary | ||
|---|---|---|
X509Certificate2 | getCertificate() | |
| Certificate object that was used to sign the document. | ||
java.lang.String | getComments() | |
void | setComments(java.lang.String value) | |
| 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. | ||
DateTime | getSignTime() | |
void | setSignTime(DateTime value) | |
| The time when the document was signed. | ||
| Property Getters/Setters Detail |
|---|
getCertificate | |
public X509Certificate2 getCertificate() | |
getComments/setComments | |
public java.lang.String getComments() / public void setComments(java.lang.String value) | |
getSignTime/setSignTime | |
public DateTime getSignTime() / public void setSignTime(DateTime value) | |
isValid | |
public boolean isValid() | |