Package org.apache.pdfbox.pdmodel.encryption
package org.apache.pdfbox.pdmodel.encryption
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
ClassDescriptionThis class represents the access permissions to a document.This class represents data required to decrypt PDF documents.Indicates that an invalid password was supplied.Utility class for creating MessageDigest instances.This class is a specialized view of the crypt filter dictionary of a PDF document.This class is a specialized view of the encryption dictionary of a PDF document.Deprecated.This class represents the protection policy to apply to a document.This class holds necessary information to decrypt a PDF document protected by the public key security handler.The protection policy to use to protect a document with the public key security handler.Represents a recipient in the public key protection policy.This class implements the public key security handler described in the PDF specification.An implementation of the RC4 stream cipher.Copied from https://github.com/tombentley/saslprep/blob/master/src/main/java/SaslPrep.java on 30.5.2019, commit 2e30daa.A security handler as described in the PDF specifications.Manages security handlers for the application.Singleton which provides a security provider.Represents the necessary information to decrypt a document protected by the standard security handler (password protection).The protection policy to add to a document for password-based protection.The standard security handler.
PDEncryption
instead