Class PDEncryptionDictionary
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.encryption.PDEncryption
-
- org.apache.pdfbox.pdmodel.encryption.PDEncryptionDictionary
-
- All Implemented Interfaces:
COSObjectable
@Deprecated public class PDEncryptionDictionary extends PDEncryption
Deprecated.UsePDEncryption
instead
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.pdmodel.encryption.PDEncryption
DEFAULT_LENGTH, DEFAULT_NAME, DEFAULT_VERSION, VERSION0_UNDOCUMENTED_UNSUPPORTED, VERSION1_40_BIT_ALGORITHM, VERSION2_VARIABLE_LENGTH_ALGORITHM, VERSION3_UNPUBLISHED_ALGORITHM, VERSION4_SECURITY_HANDLER
-
-
Constructor Summary
Constructors Constructor Description PDEncryptionDictionary()
Deprecated.UsePDEncryption
insteadPDEncryptionDictionary(COSDictionary dictionary)
Deprecated.UsePDEncryption(COSDictionary)
instead
-
Method Summary
-
Methods inherited from class org.apache.pdfbox.pdmodel.encryption.PDEncryption
getCOSDictionary, getCOSObject, getCryptFilterDictionary, getDefaultCryptFilterDictionary, getFilter, getLength, getOwnerEncryptionKey, getOwnerKey, getPermissions, getPerms, getRecipientsLength, getRecipientStringAt, getRevision, getSecurityHandler, getStdCryptFilterDictionary, getStreamFilterName, getStringFilterName, getSubFilter, getUserEncryptionKey, getUserKey, getVersion, hasSecurityHandler, isEncryptMetaData, removeV45filters, setCryptFilterDictionary, setDefaultCryptFilterDictionary, setFilter, setLength, setOwnerEncryptionKey, setOwnerKey, setPermissions, setPerms, setRecipients, setRevision, setSecurityHandler, setStdCryptFilterDictionary, setStreamFilterName, setStringFilterName, setSubFilter, setUserEncryptionKey, setUserKey, setVersion
-
-
-
-
Constructor Detail
-
PDEncryptionDictionary
public PDEncryptionDictionary()
Deprecated.UsePDEncryption
instead
-
PDEncryptionDictionary
public PDEncryptionDictionary(COSDictionary dictionary)
Deprecated.UsePDEncryption(COSDictionary)
instead- Parameters:
dictionary
- a COS encryption dictionary
-
-