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

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

Methods in org.pdfbox.pdmodel with parameters of type ProtectionPolicy
 void PDDocument.protect(ProtectionPolicy pp)
          Protects the document with the protection policy pp.
 

Uses of ProtectionPolicy in org.pdfbox.pdmodel.encryption
 

Subclasses of ProtectionPolicy in org.pdfbox.pdmodel.encryption
 class PublicKeyProtectionPolicy
          This class represents the protection policy to use to protect a document with the public key security handler as described in the PDF specification 1.6 p104.
 class StandardProtectionPolicy
          This class represents the protection policy to add to a document for password-based protection.
 

Methods in org.pdfbox.pdmodel.encryption with parameters of type ProtectionPolicy
 SecurityHandler SecurityHandlersManager.getSecurityHandler(ProtectionPolicy policy)
          Get the security handler for the protection policy.