Package | Description |
---|---|
com.sun.pdfview | |
com.sun.pdfview.decrypt |
Constructor and Description |
---|
PDFFile(java.nio.ByteBuffer buf,
PDFPassword password)
get a PDFFile from a .pdf file.
|
Modifier and Type | Field and Description |
---|---|
static PDFPassword |
PDFPassword.EMPTY_PASSWORD
The empty password
|
Modifier and Type | Method and Description |
---|---|
static PDFPassword |
PDFPassword.nonNullPassword(PDFPassword password)
Ensure a non-null PDFPassword by substituting the empty password
for a null password
|
Modifier and Type | Method and Description |
---|---|
static PDFDecrypter |
PDFDecrypterFactory.createDecryptor(PDFObject encryptDict,
PDFObject documentId,
PDFPassword password)
Create a decryptor for a given encryption dictionary.
|
static PDFPassword |
PDFPassword.nonNullPassword(PDFPassword password)
Ensure a non-null PDFPassword by substituting the empty password
for a null password
|
Constructor and Description |
---|
StandardDecrypter(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm,
PDFObject documentId,
int keyBitLength,
int revision,
byte[] oValue,
byte[] uValue,
int pValue,
boolean encryptMetadata,
PDFPassword password)
Class constructor
|