|
||||||||||
| 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.PdfDocumentSecurity
public class PdfDocumentSecurity
Contains all the methods related to document security
| 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 | |
|---|---|
int |
getEncryptionKeyLength()
Returns the key length used by the encryption. |
int |
getEncryptionType()
Returns the encryption type used to cipher the document |
Permissions |
getPermissions()
Returns the access permissions associated with the document. |
int |
getSecurityType()
Returns the security type used to authenticate credentials |
boolean |
isCiphered()
Returns the current encryption state of the document. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getEncryptionKeyLength()
throws PdfException,
java.io.IOException
PdfException
java.io.IOException
public int getEncryptionType()
throws PdfException,
java.io.IOException
PdfException
java.io.IOException
public Permissions getPermissions()
throws PdfException,
java.io.IOException
Permissions).
PdfException - Raised if a problem occured while parsing the file.
java.io.IOException - Raised if a problem occured while reading the file.
public int getSecurityType()
throws PdfException,
java.io.IOException
PdfException
java.io.IOException
public boolean isCiphered()
throws PdfException
PdfException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||