|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BadSecurityHandlerException | |
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. |
Uses of BadSecurityHandlerException in org.pdfbox.pdmodel |
Methods in org.pdfbox.pdmodel that throw BadSecurityHandlerException | |
void |
PDDocument.protect(ProtectionPolicy pp)
Protects the document with the protection policy pp. |
void |
PDDocument.openProtection(DecryptionMaterial pm)
Tries to decrypt the document in memory using the provided decryption material. |
Uses of BadSecurityHandlerException in org.pdfbox.pdmodel.encryption |
Methods in org.pdfbox.pdmodel.encryption that throw BadSecurityHandlerException | |
void |
SecurityHandlersManager.registerHandler(String filterName,
Class securityHandlerClass,
Class protectionPolicyClass)
register a security handler. |
SecurityHandler |
SecurityHandlersManager.getSecurityHandler(ProtectionPolicy policy)
Get the security handler for the protection policy. |
SecurityHandler |
SecurityHandlersManager.getSecurityHandler(String filterName)
Retrieve the appropriate SecurityHandler for a the given filter name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |