public class CellsDigitalSignature extends DigitalSignature
Describes Signature of Cells documents
Constructor and Description |
---|
CellsDigitalSignature()
Initialize Cells Digital Signature with no certificate
|
CellsDigitalSignature(com.aspose.ms.System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) |
CellsDigitalSignature(com.aspose.ms.System.Security.Cryptography.X509Certificates.X509Store Store,
int index)
Initialize Cells Digital Signature with Certificate store and index of certificate
|
getCertificate, getComments, getSignatureType, getSignTime, getSignTimeInternal, isValid, loadDigitalSignatures, setCertificate, setComments, setSignatureType, setSignTime, setValid
public CellsDigitalSignature() throws Exception
Initialize Cells Digital Signature with no certificate
Exception
public CellsDigitalSignature(com.aspose.ms.System.Security.Cryptography.X509Certificates.X509Store Store, int index) throws Exception
Initialize Cells Digital Signature with Certificate store and index of certificate
Store
- Store of X509 Certificatesindex
- Index of Certificate from storeException
Copyright © 2017. All rights reserved.