public class EncryptionInfo extends Object
| Constructor and Description | 
|---|
EncryptionInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getBitLength()
Returns the bit length of the key used to encrypt the document; will always be a multiple of 8, and
 between 40 - 128. 
 | 
String | 
getFilterName()
Returns the name of the security handler for the PDF document. 
 | 
String | 
getPdfName()
Returns the name of the PDF document that this object is associated with. 
 | 
String | 
getSubfilterName()  | 
int | 
getV()
Returns the algorithm "version" used when the document was encrypted. 
 | 
public String getPdfName()
public String getFilterName()
public String getSubfilterName()
public int getV()
public int getBitLength()