com.qoppa.pdf
Class SigningInformation
java.lang.Object
com.qoppa.pdf.SigningInformation
- public class SigningInformation
- extends Object
Object that holds information necessary to digitally sign a PDF file. This object is normally
used by the host application to set the information that the library needs to sign a PDF file.
- Author:
- Qoppa Software
SigningInformation
public SigningInformation(String pkcs12File,
String ksPWD,
String entryAlias,
String aliasPWD)
throws GeneralSecurityException,
IOException,
PDFException
SigningInformation
public SigningInformation(KeyStore ks,
String entryAlias,
String aliasPWD)
throws GeneralSecurityException,
PDFException
getContactInformation
public String getContactInformation()
setContactInformation
public void setContactInformation(String contactInformation)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getReason
public String getReason()
setReason
public void setReason(String reason)
getPrivateKey
public PrivateKey getPrivateKey()
getSignerCertificate
public Certificate getSignerCertificate()
getCertificateChain
public Certificate[] getCertificateChain()