public class EncryptionInfo
extends java.lang.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.
|
java.lang.String |
getFilterName()
Returns the name of the security handler for the PDF document.
|
java.lang.String |
getPdfName()
Returns the name of the PDF document that this object is associated with.
|
com.snowtide.pdf.CryptFilter |
getStreamFilter() |
com.snowtide.pdf.CryptFilter |
getStringFilter() |
java.lang.String |
getSubfilterName() |
int |
getV()
Returns the algorithm "version" used when the document was encrypted.
|
void |
setStreamFilter(com.snowtide.pdf.CryptFilter streamFilter) |
void |
setStringFilter(com.snowtide.pdf.CryptFilter stringFilter) |
public java.lang.String getPdfName()
public java.lang.String getFilterName()
public java.lang.String getSubfilterName()
public int getV()
public int getBitLength()
public com.snowtide.pdf.CryptFilter getStringFilter()
public void setStringFilter(com.snowtide.pdf.CryptFilter stringFilter)
public com.snowtide.pdf.CryptFilter getStreamFilter()
public void setStreamFilter(com.snowtide.pdf.CryptFilter streamFilter)