public class PDCryptFilterDictionary
extends com.pd4ml.pdf.parser.obj.DictObject
Constructor and Description |
---|
PDCryptFilterDictionary(com.pd4ml.pdf.parser.obj.DictObject dict) |
PDCryptFilterDictionary(com.pd4ml.pdf.parser.Objects xref) |
Modifier and Type | Method and Description |
---|---|
com.pd4ml.pdf.parser.obj.Name |
getCryptFilterMethod()
This will return the crypt filter method.
|
int |
getLength()
This will return the Length entry of the crypt filter dictionary.
The length in bits for the crypt filter algorithm. |
boolean |
isEncryptMetaData()
Will get the EncryptMetaData dictionary info.
|
void |
setCryptFilterMethod(String cfm)
This will set the crypt filter method.
|
void |
setEncryptMetaData(boolean encryptMetaData)
Set the EncryptMetaData dictionary info.
|
void |
setLength(int length)
This will set the number of bits to use for the crypt filter algorithm.
|
addAll, addEntry, assignXref, equals, get, get, get, getInt, getInt, getObject, getPageObjects, getType, has, isEmpty, remove, set, setToBeWritten, toString, touch, values, write
public PDCryptFilterDictionary(com.pd4ml.pdf.parser.Objects xref)
public PDCryptFilterDictionary(com.pd4ml.pdf.parser.obj.DictObject dict)
public void setLength(int length)
length
- The new key length.public int getLength()
public void setCryptFilterMethod(String cfm)
cfm
- name of the crypt filter method.public com.pd4ml.pdf.parser.obj.Name getCryptFilterMethod()
public boolean isEncryptMetaData()
public void setEncryptMetaData(boolean encryptMetaData)
encryptMetaData
- true if EncryptMetaData shall be set.Revision 4.1.0 / 20220624-0454