Uses of Package
org.apache.pdfbox.pdmodel.encryption
-
Packages that use org.apache.pdfbox.pdmodel.encryption Package Description org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. -
Classes in org.apache.pdfbox.pdmodel.encryption used by org.apache.pdfbox.pdfparser Class Description AccessPermission This class represents the access permissions to a document.PDEncryption This class is a specialized view of the encryption dictionary of a PDF document.SecurityHandler A security handler as described in the PDF specifications. -
Classes in org.apache.pdfbox.pdmodel.encryption used by org.apache.pdfbox.pdmodel Class Description AccessPermission This class represents the access permissions to a document.PDEncryption 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. -
Classes in org.apache.pdfbox.pdmodel.encryption used by org.apache.pdfbox.pdmodel.encryption Class Description AccessPermission This class represents the access permissions to a document.DecryptionMaterial This class represents data required to decrypt PDF documents.PDCryptFilterDictionary This class is a specialized view of the crypt filter dictionary of a PDF document.PDEncryption 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 The protection policy to use to protect a document with the public key security handler.PublicKeyRecipient Represents a recipient in the public key protection policy.RC4Cipher An implementation of the RC4 stream cipher.SecurityHandler A security handler as described in the PDF specifications.SecurityHandlerFactory Manages security handlers for the application.StandardProtectionPolicy The protection policy to add to a document for password-based protection.