public class PDFDigitalSignature extends DigitalSignature
Contains Pdf Digital Signature properties.
This class is obsolete and will be removed after February 2020
Constructor and Description |
---|
PDFDigitalSignature()
Initialize Pdf Digital Signature with no certificate.
|
PDFDigitalSignature(KeyStore certificate)
Initialize Pdf Digital Signature with X509 certificate.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthority()
The name of the person or authority signing the document.
|
String |
getContactInfo()
Information provided by the signer to enable a recipient to contact the signer
to verify the signature, e.g.
|
String |
getLocation()
The CPU host name or physical location of the signing.
|
String |
getReason()
The reason for the signing, such as (I agree…).
|
void |
setAuthority(String value)
The name of the person or authority signing the document.
|
void |
setContactInfo(String value)
Information provided by the signer to enable a recipient to contact the signer
to verify the signature, e.g.
|
void |
setLocation(String value)
The CPU host name or physical location of the signing.
|
void |
setReason(String value)
The reason for the signing, such as (I agree…).
|
getCertificate, getCertificateStoreLocation, getCertificateStoreName, getComments, getSignatureType, getSignTime, isValid, loadDigitalSignatures, setCertificate, setCertificateStoreLocation, setCertificateStoreName, setComments, setSignatureType, setSignTime, setValid
public PDFDigitalSignature()
Initialize Pdf Digital Signature with no certificate.
public PDFDigitalSignature(KeyStore certificate)
Initialize Pdf Digital Signature with X509 certificate.
certificate
- X509 certificate.public final String getAuthority()
The name of the person or authority signing the document.
public final String getContactInfo()
Information provided by the signer to enable a recipient to contact the signer to verify the signature, e.g. a phone number.
public final String getLocation()
The CPU host name or physical location of the signing.
public final String getReason()
The reason for the signing, such as (I agree…).
public final void setAuthority(String value)
The name of the person or authority signing the document.
public final void setContactInfo(String value)
Information provided by the signer to enable a recipient to contact the signer to verify the signature, e.g. a phone number.
public final void setLocation(String value)
The CPU host name or physical location of the signing.
public final void setReason(String value)
The reason for the signing, such as (I agree…).