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.
|
String |
getIssuerName()
Issuer name of the certificate to validate.
|
Date |
getSignDateTimeFrom()
Date and time range of Digital Signature to validate.
|
Date |
getSignDateTimeTo()
Date and time range of Digital Signature to validate.
|
String |
getSubjectName()
Subject distinguished name of the certificate to validate.
|
void |
setComments(String value)
Comments of Digital Signature to validate.
|
void |
setIssuerName(String value)
Issuer name of the certificate 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.
|
void |
setSubjectName(String value)
Subject distinguished name of the certificate 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 final String getIssuerName()
Issuer name of the certificate to validate. Value is case sensitive. If this property is set verification will check if Signature's issuer name contains or equals passed value
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 final String getSubjectName()
Subject distinguished name of the certificate to validate. Value is case sensitive. If this property is set verification will check if Signature subject name contains or equals passed value
public void setComments(String value)
Comments of Digital Signature to validate.
public final void setIssuerName(String value)
Issuer name of the certificate to validate. Value is case sensitive. If this property is set verification will check if Signature's issuer name contains or equals passed value
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 final void setSubjectName(String value)
Subject distinguished name of the certificate to validate. Value is case sensitive. If this property is set verification will check if Signature subject name contains or equals passed value
public String toString()
Overrides conversion to string.
toString
in class VerifyOptions
Copyright © 2019. All rights reserved.