|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPdfModule
com.crionics.jpdf.AbstractModule
com.crionics.jpdf.SignerModule
public final class SignerModule
This Object is used to access all the Signature Form Field present in a Pdf Document.
| Field Summary |
|---|
| Fields inherited from class com.crionics.jpdf.AbstractModule |
|---|
MOD_CREATOR, MOD_DESCRIPTION, MOD_ENCRYPTION, MOD_MERGER, MOD_PRINTER, MOD_SECURITY, MOD_SIGNER, MOD_TEMPLATE |
| Method Summary | |
|---|---|
boolean |
containsSignature(java.lang.String fieldName)
Search for the existence of a field with the specified name |
SignatureField |
getSignature(java.lang.String SignatureName)
Retrieves the signature with the given name |
java.util.List |
getSignatureList()
Retrieve all the signatures in the PDF document. |
boolean |
hasSignatures()
Return true if the document contains form fields |
java.security.KeyStore |
loadAKFKeyStore(java.io.InputStream is)
Opens a KeyStore from the given inputstream, using the password |
java.security.KeyStore |
loadFDFKeyStore(java.io.InputStream is)
Opens a KeyStore from the given inputstream, using the password |
java.security.KeyStore |
loadP7BKeyStore(java.io.InputStream is)
Opens a KeyStore from the given inputstream, using the password |
void |
showJCEInfo(boolean fullDescription)
Handy method which displays all the installed JCE providers on the console. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean containsSignature(java.lang.String fieldName)
throws java.io.IOException,
PdfException
fieldName - The name of the field to search for.
java.io.IOException - Raised if a problem occured while reading the file.
PdfException - Raised if a problem occured while parsing the file.
public SignatureField getSignature(java.lang.String SignatureName)
throws PdfException,
java.io.IOException
SignatureName - The name of the signature.
PdfException - Raised if a problem occured while parsing the file.
java.io.IOException - Raised if a problem occured while reading the file.
public java.util.List getSignatureList()
throws PdfException,
java.io.IOException
PdfException - Raised if a problem occured while parsing the file.
java.io.IOException - Raised if a problem occured while reading the file.
public boolean hasSignatures()
throws java.io.IOException,
PdfException
java.io.IOException - Raised if a problem occured while reading the file.
PdfException - Raised if a problem occured while parsing the file.
public java.security.KeyStore loadAKFKeyStore(java.io.InputStream is)
throws java.io.IOException,
PdfException
is - an inputstream pointing at the data
PdfException - Raised if a problem occured while parsing the file.
java.io.IOException - Raised if a problem occured while reading the file.
public java.security.KeyStore loadFDFKeyStore(java.io.InputStream is)
throws PdfException,
java.io.IOException
is - an inputstream pointing at the data
PdfException - Raised if a problem occured while parsing the file.
java.io.IOException - Raised if a problem occured while reading the file.
public java.security.KeyStore loadP7BKeyStore(java.io.InputStream is)
throws java.io.IOException,
java.security.GeneralSecurityException,
PdfException
is - an inputstream pointing at the data
java.security.KeyStoreException
java.security.NoSuchAlgorithmException
java.security.cert.CertificateException
PdfException - Raised if a problem occured while parsing the file.
java.io.IOException - Raised if a problem occured while reading the file.
java.security.GeneralSecurityExceptionpublic void showJCEInfo(boolean fullDescription)
fullDescription - if true, shows details about the algithms supported in each
JCE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||