public class PDCryptFilterDictionary extends PDDictionaryWrapper
| Constructor and Description |
|---|
PDCryptFilterDictionary() |
PDCryptFilterDictionary(COSDictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
COSName |
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. |
void |
setCryptFilterMethod(COSName cfm)
This will set the crypt filter method.
|
void |
setLength(int length)
This will set the number of bits to use for the crypt filter algorithm.
|
equals, getCOSObject, hashCodepublic PDCryptFilterDictionary()
public PDCryptFilterDictionary(COSDictionary dictionary)
public void setLength(int length)
length - The new key length.public int getLength()
public void setCryptFilterMethod(COSName cfm)
cfm - name of the crypt filter method.IOException - If there is an error setting the data.public COSName getCryptFilterMethod()
IOException - If there is an error accessing the data.Copyright © 2020 sejda. All rights reserved.