Class PDEncryptionDictionary
java.lang.Object
org.apache.pdfbox.pdmodel.encryption.PDEncryption
org.apache.pdfbox.pdmodel.encryption.PDEncryptionDictionary
- All Implemented Interfaces:
COSObjectable
Deprecated.
-
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
ConstructorsConstructorDescriptionDeprecated.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 Details
-
PDEncryptionDictionary
public PDEncryptionDictionary()Deprecated.UsePDEncryption
instead -
PDEncryptionDictionary
Deprecated.UsePDEncryption(COSDictionary)
instead- Parameters:
dictionary
- a COS encryption dictionary
-
PDEncryption
instead