public class WordsVerifyDigitalOptions extends VerifyDigitalOptions
Words Verify Digital Options - keeps options to verify Digital Signature of Words Documents.
Constructor and Description |
---|
WordsVerifyDigitalOptions()
Creates Words Digital Signature Verification Option with default values.
|
WordsVerifyDigitalOptions(InputStream certificateStream)
Creates Words Digital Signature Verification Option with given digital certificate.
|
WordsVerifyDigitalOptions(String certificateGuid)
Creates Words 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 WordsVerifyDigitalOptions()
Creates Words Digital Signature Verification Option with default values.
public WordsVerifyDigitalOptions(InputStream certificateStream)
Creates Words Digital Signature Verification Option with given digital certificate.
certificateStream
- Digital Certificate stream.public WordsVerifyDigitalOptions(String certificateGuid)
Creates Words 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. Null value will be ignored.
public Date getSignDateTimeTo()
Date and time range of Digital Signature to validate. Null 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. Null value will be ignored.
public void setSignDateTimeTo(Date value)
Date and time range of Digital Signature to validate. Null value will be ignored.
public String toString()
Overrides conversion to string.
toString
in class VerifyOptions
Copyright © 2018. All rights reserved.