public class CellsVerifyDigitalOptions extends VerifyDigitalOptions
Cells Verify Digital Options - keeps options to verify Digital Signature of Cells Documents
Constructor and Description |
---|
CellsVerifyDigitalOptions()
Creates Cells Digital Signature Verification Option with default values
|
CellsVerifyDigitalOptions(InputStream certificateStream)
Creates Cells Digital Signature Verification Option with given digital certificate
|
CellsVerifyDigitalOptions(String certificateGuid)
Creates Cells Digital Signature Verification Option with given digital certificate
|
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Comments of Digital Signature to validate
|
Date |
getSignDateTimeFrom()
Date and time range of Digital Signature to validate.
|
Date |
getSignDateTimeTo()
Date and time range of Digital Signature to validate.
|
void |
setComments(String value)
Comments of Digital Signature to validate
|
void |
setSignDateTimeFrom(Date value)
Date and time range of Digital Signature to validate.
|
void |
setSignDateTimeTo(Date value)
Date and time range of Digital Signature to validate.
|
getCertificate, getCertificateGuid, getCertificateStream, getPassword, release, setCertificateGuid, setCertificateStream, setPassword
getDocumentPageNumber, getExtensions, getPagesSetup, getSignatureConfig, isValid, setDocumentPageNumber, setExtensions, setPagesSetup, setSignatureConfig, setValid, toString, validate
public CellsVerifyDigitalOptions()
Creates Cells Digital Signature Verification Option with default values
public CellsVerifyDigitalOptions(String certificateGuid)
Creates Cells Digital Signature Verification Option with given digital certificate
certificateGuid
- Digital Certificate filepublic CellsVerifyDigitalOptions(InputStream certificateStream)
Creates Cells Digital Signature Verification Option with given digital certificate
certificateStream
- Digital Certificate streampublic String getComments()
Comments of Digital Signature to validate
public void setComments(String value)
Comments of Digital Signature to validate
public Date getSignDateTimeFrom()
Date and time range of Digital Signature to validate. Nullable value will be ignored.
public void setSignDateTimeFrom(Date value)
Date and time range of Digital Signature to validate. Nullable value will be ignored.
public Date getSignDateTimeTo()
Date and time range of Digital Signature to validate. Nullable value will be ignored.
public void setSignDateTimeTo(Date value)
Date and time range of Digital Signature to validate. Nullable value will be ignored.
Copyright © 2017. All rights reserved.