Package | Description |
---|---|
com.sun.pdfview.decrypt |
Modifier and Type | Method and Description |
---|---|
static PDFDecrypter |
PDFDecrypterFactory.createDecryptor(PDFObject encryptDict,
PDFObject documentId,
PDFPassword password)
Create a decryptor for a given encryption dictionary.
|
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
|