|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptionHandler | |
---|---|
org.faceless.pdf2 | Contains the classes used to create a PDF document |
Uses of EncryptionHandler in org.faceless.pdf2 |
---|
Subclasses of EncryptionHandler in org.faceless.pdf2 | |
---|---|
class |
PublicKeyEncryptionHandler
The PublicKeyEncryptionHandler can be used to encrypt and decrypt documents using public/private key Encryption, so documents can only be opened by certain individuals. |
class |
StandardEncryptionHandler
Represents the standard Acrobat encryption algorithm, both 40-bit and 128-bit variants. |
Methods in org.faceless.pdf2 that return EncryptionHandler | |
---|---|
EncryptionHandler |
PDF.getEncryptionHandler()
Return the EncryptionHandler used to encrypt the document, or null
if no encryption handler is in use. |
Methods in org.faceless.pdf2 with parameters of type EncryptionHandler | |
---|---|
void |
PDF.setEncryptionHandler(EncryptionHandler encrypt)
Set the EncryptionHandler to encrypt this document with. |
Constructors in org.faceless.pdf2 with parameters of type EncryptionHandler | |
---|---|
PDFReader(File in,
EncryptionHandler encrypt)
Read an encrypted PDF from the specified File. |
|
PDFReader(File in,
EncryptionHandler[] encryptlist,
float[] progress)
Read a PDF from the specified InputStream. |
|
PDFReader(File in,
EncryptionHandler encrypt,
float[] progress)
Read a PDF from the specified InputStream. |
|
PDFReader(InputStream in,
EncryptionHandler encrypt)
Read an encrypted PDF from the specified InputStream. |
|
PDFReader(InputStream in,
EncryptionHandler[] encryptlist,
float[] progress)
Read a PDF from the specified InputStream. |
|
PDFReader(InputStream in,
EncryptionHandler encrypt,
float[] progress)
Read a PDF from the specified InputStream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |