java.lang.Object
com.aspose.cells.DigitalSignature
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.String) | |
| The purpose to signature. | ||
java.util.UUID | getId() | |
void | setId(java.util.UUID) | |
| Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid. | ||
byte[] | getImage() | |
void | setImage(byte[]) | |
| Specifies an image for the digital signature. Default value is null. | ||
boolean | isValid() | |
| If this digital signature is valid and the document has not been tampered with, this value will be true. | ||
java.util.UUID | getProviderId() | |
void | setProviderId(java.util.UUID) | |
| Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. | ||
com.aspose.cells.DateTime | getSignTime() | |
void | setSignTime(com.aspose.cells.DateTime) | |
| The time when the document was signed. | ||
java.lang.String | getText() | |
void | setText(java.lang.String) | |
| Specifies the text of actual signature in the digital signature. Default value is Empty. | ||
int | getXAdESType() | |
void | setXAdESType(int) | |
| XAdES type. Default value is None(XAdES is off). The value of the property is XAdESType integer constant. | ||
| Property Getters/Setters Detail |
|---|
getCertificate | |
public System.Security.Cryptography.X509Certificates.X509Certificate2 getCertificate() | |
getComments/setComments | |
public java.lang.String getComments() / public void setComments(java.lang.String value) | |
getSignTime/setSignTime | |
public com.aspose.cells.DateTime getSignTime() / public void setSignTime(com.aspose.cells.DateTime value) | |
getId/setId | |
public java.util.UUID getId() / public void setId(java.util.UUID value) | |
getText/setText | |
public java.lang.String getText() / public void setText(java.lang.String value) | |
getImage/setImage | |
public byte[] getImage() / public void setImage(byte[] value) | |
getProviderId/setProviderId | |
public java.util.UUID getProviderId() / public void setProviderId(java.util.UUID value) | |
isValid | |
public boolean isValid() | |
getXAdESType/setXAdESType | |
public int getXAdESType() / public void setXAdESType(int value) | |