|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.pdf.SigningInformation
| Constructor Summary | |
SigningInformation(KeyStore ks,
String entryAlias,
String aliasPWD)
|
|
SigningInformation(String pkcs12File,
String ksPWD,
String entryAlias,
String aliasPWD)
|
|
| Method Summary | |
Certificate[] |
getCertificateChain()
|
String |
getContactInformation()
|
String |
getLocation()
|
PrivateKey |
getPrivateKey()
|
String |
getReason()
|
Certificate |
getSignerCertificate()
|
void |
setContactInformation(String contactInformation)
|
void |
setLocation(String location)
|
void |
setReason(String reason)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SigningInformation(String pkcs12File,
String ksPWD,
String entryAlias,
String aliasPWD)
throws GeneralSecurityException,
IOException,
PDFException
public SigningInformation(KeyStore ks,
String entryAlias,
String aliasPWD)
throws GeneralSecurityException,
PDFException
| Method Detail |
public String getContactInformation()
public void setContactInformation(String contactInformation)
public String getLocation()
public void setLocation(String location)
public String getReason()
public void setReason(String reason)
public PrivateKey getPrivateKey()
public Certificate getSignerCertificate()
public Certificate[] getCertificateChain()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||