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.
|
getCertificate, getCertificateGuid, getCertificateStream, getPassword, release, setCertificateGuid, setCertificateStream, setPassword
getDocumentPageNumber, getExtensions, getPagesSetup, getSignatureConfig, isValid, setDocumentPageNumber, setExtensions, setPagesSetup, setSignatureConfig, setValid, toString
public WordsVerifyDigitalOptions()
Creates Words Digital Signature Verification Option with default values
public WordsVerifyDigitalOptions(String certificateGuid)
Creates Words Digital Signature Verification Option with given digital certificate
certificateGuid
- Digital Certificate filepublic WordsVerifyDigitalOptions(InputStream certificateStream)
Creates Words 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. Null value will be ignored.
public void setSignDateTimeFrom(Date value)
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 setSignDateTimeTo(Date value)
Date and time range of Digital Signature to validate. Null value will be ignored.
Copyright © 2017. All rights reserved.