Uses of Class
org.pdfbox.pdmodel.encryption.SecurityHandler

Packages that use SecurityHandler
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 SecurityHandler in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return SecurityHandler
 SecurityHandler PDDocument.getSecurityHandler()
          Get the security handler that is used for document encryption.
 

Uses of SecurityHandler in org.pdfbox.pdmodel.encryption
 

Subclasses of SecurityHandler in org.pdfbox.pdmodel.encryption
 class PublicKeySecurityHandler
          This class implements the public key security handler described in the PDF specification.
 class StandardSecurityHandler
          The class implements the standard security handler as decribed in the PDF specifications.
 

Methods in org.pdfbox.pdmodel.encryption that return SecurityHandler
 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.