Package | Description |
---|---|
com.sun.pdfview.decrypt |
Modifier and Type | Method and Description |
---|---|
static StandardDecrypter.EncryptionAlgorithm |
StandardDecrypter.EncryptionAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardDecrypter.EncryptionAlgorithm[] |
StandardDecrypter.EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
|