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.
|
String |
toString()
Overrides conversion to string.
|
getCertificate, getCertificateGuid, getCertificateStream, getPassword, getVerifyPages, setCertificateGuid, setCertificateStream, setPassword
getDocumentPageNumber, getExtensions, getPagesSetup, isValid, setDocumentPageNumber, setExtensions, setPagesSetup, setValid
public CellsVerifyDigitalOptions()
Creates Cells Digital Signature Verification Option with default values.
public CellsVerifyDigitalOptions(InputStream certificateStream)
Creates Cells Digital Signature Verification Option with given digital certificate.
certificateStream
- Digital Certificate stream.public CellsVerifyDigitalOptions(String certificateGuid)
Creates Cells Digital Signature Verification Option with given digital certificate.
certificateGuid
- Digital Certificate file.public String getComments()
Comments of Digital Signature to validate.
public Date getSignDateTimeFrom()
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 setComments(String value)
Comments of Digital Signature to validate.
public void setSignDateTimeFrom(Date value)
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.
public String toString()
Overrides conversion to string.
toString
in class VerifyOptions
Copyright © 2018. All rights reserved.