Uses of Class
org.apache.pdfbox.pdmodel.encryption.SecurityHandler
-
Packages that use SecurityHandler 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. -
-
Uses of SecurityHandler in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser declared as SecurityHandler Modifier and Type Field Description protected SecurityHandlerNonSequentialPDFParser. securityHandlerThe security handler.Methods in org.apache.pdfbox.pdfparser that return SecurityHandler Modifier and Type Method Description SecurityHandlerNonSequentialPDFParser. getSecurityHandler()Returns security handler of the document ornullif document is not encrypted orNonSequentialPDFParser.parse()wasn't called before. -
Uses of SecurityHandler in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return SecurityHandler Modifier and Type Method Description SecurityHandlerPDDocument. getSecurityHandler()Get the security handler that is used for document encryption.Methods in org.apache.pdfbox.pdmodel with parameters of type SecurityHandler Modifier and Type Method Description booleanPDDocument. setSecurityHandler(SecurityHandler secHandler)Sets security handler if none is set already. -
Uses of SecurityHandler in org.apache.pdfbox.pdmodel.encryption
Subclasses of SecurityHandler in org.apache.pdfbox.pdmodel.encryption Modifier and Type Class Description classPublicKeySecurityHandlerThis class implements the public key security handler described in the PDF specification.classStandardSecurityHandlerThe class implements the standard security handler as decribed in the PDF specifications.Methods in org.apache.pdfbox.pdmodel.encryption that return SecurityHandler 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.
-