Uses of Class
org.apache.pdfbox.pdmodel.encryption.BadSecurityHandlerException
Packages that use BadSecurityHandlerException
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of BadSecurityHandlerException in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that throw BadSecurityHandlerExceptionModifier and TypeMethodDescriptionvoid
PDDocument.openProtection
(DecryptionMaterial pm) Tries to decrypt the document in memory using the provided decryption material.void
PDDocument.protect
(ProtectionPolicy pp) Protects the document with the protection policy pp. -
Uses of BadSecurityHandlerException in org.apache.pdfbox.pdmodel.encryption
Methods in org.apache.pdfbox.pdmodel.encryption that throw BadSecurityHandlerExceptionModifier and TypeMethodDescriptionSecurityHandlersManager.getSecurityHandler
(String filterName) Retrieve the appropriate SecurityHandler for a the given filter name.SecurityHandlersManager.getSecurityHandler
(ProtectionPolicy policy) Get the security handler for the protection policy.void
SecurityHandlersManager.registerHandler
(String filterName, Class securityHandlerClass, Class protectionPolicyClass) register a security handler.