Class PDEncryptionDictionary
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.encryption.PDEncryption
-
- com.tom_roush.pdfbox.pdmodel.encryption.PDEncryptionDictionary
-
@Deprecated public class PDEncryptionDictionary extends PDEncryption
Deprecated.UsePDEncryptioninstead
-
-
Field Summary
-
Fields inherited from class com.tom_roush.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.UsePDEncryptioninsteadPDEncryptionDictionary(COSDictionary dictionary)Deprecated.UsePDEncryption(COSDictionary)instead
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class com.tom_roush.pdfbox.pdmodel.encryption.PDEncryption
getCOSDictionary, getCryptFilterDictionary, getFilter, getLength, getOwnerEncryptionKey, getOwnerKey, getPermissions, getPerms, getRecipientsLength, getRecipientStringAt, getRevision, getSecurityHandler, getStdCryptFilterDictionary, getStreamFilterName, getStringFilterName, getSubFilter, getUserEncryptionKey, getUserKey, getVersion, hasSecurityHandler, isEncryptMetaData, removeV45filters, setCryptFilterDictionary, setFilter, setLength, setOwnerEncryptionKey, setOwnerKey, setPermissions, setPerms, setRecipients, setRevision, setSecurityHandler, setStdCryptFilterDictionary, setStreamFilterName, setStringFilterName, setSubFilter, setUserEncryptionKey, setUserKey, setVersion
-
-
-
-
Constructor Detail
-
PDEncryptionDictionary
public PDEncryptionDictionary()
Deprecated.UsePDEncryptioninstead
-
PDEncryptionDictionary
public PDEncryptionDictionary(COSDictionary dictionary)
Deprecated.UsePDEncryption(COSDictionary)instead- Parameters:
dictionary- a COS encryption dictionary
-
-