Uses of Class
org.apache.pdfbox.pdmodel.encryption.BadSecurityHandlerException
-
Packages that use BadSecurityHandlerException Package Description 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. -
-
Uses of BadSecurityHandlerException in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that throw BadSecurityHandlerException Modifier and Type Method Description voidPDDocument. openProtection(DecryptionMaterial pm)Tries to decrypt the document in memory using the provided decryption material.voidPDDocument. 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 BadSecurityHandlerException Modifier and Type Method Description SecurityHandlerSecurityHandlersManager. getSecurityHandler(java.lang.String filterName)Retrieve the appropriate SecurityHandler for a the given filter name.SecurityHandlerSecurityHandlersManager. getSecurityHandler(ProtectionPolicy policy)Get the security handler for the protection policy.voidSecurityHandlersManager. registerHandler(java.lang.String filterName, java.lang.Class securityHandlerClass, java.lang.Class protectionPolicyClass)register a security handler.
-