Uses of Package
org.pdfbox.pdmodel.encryption

Packages that use org.pdfbox.pdmodel.encryption
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. 
 

Classes in org.pdfbox.pdmodel.encryption used by org.pdfbox.pdmodel
AccessPermission
          This class represents the access permissions to a document.
BadSecurityHandlerException
          This exception can be thrown by the SecurityHandlersManager class when a document required an unimplemented security handler to be opened.
DecryptionMaterial
          This class represents data required to decrypt PDF documents.
PDEncryptionDictionary
          This class is a specialized view of the encryption dictionary of a PDF document.
ProtectionPolicy
          This class represents the protection policy to apply to a document.
SecurityHandler
          This class represents a security handler as described in the PDF specifications.
 

Classes in org.pdfbox.pdmodel.encryption used by org.pdfbox.pdmodel.encryption
AccessPermission
          This class represents the access permissions to a document.
BadSecurityHandlerException
          This exception can be thrown by the SecurityHandlersManager class when a document required an unimplemented security handler to be opened.
DecryptionMaterial
          This class represents data required to decrypt PDF documents.
PDEncryptionDictionary
          This class is a specialized view of the encryption dictionary of a PDF document.
ProtectionPolicy
          This class represents the protection policy to apply to a document.
PublicKeyProtectionPolicy
          This class represents the protection policy to use to protect a document with the public key security handler as described in the PDF specification 1.6 p104.
PublicKeyRecipient
          Represents a recipient in the public key protection policy.
SecurityHandler
          This class represents a security handler as described in the PDF specifications.
SecurityHandlersManager
          This class manages security handlers for the application.
StandardProtectionPolicy
          This class represents the protection policy to add to a document for password-based protection.