Uses of Class
org.apache.pdfbox.pdmodel.encryption.StandardProtectionPolicy
-
Packages that use StandardProtectionPolicy Package Description org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. -
-
Uses of StandardProtectionPolicy in org.apache.pdfbox.pdmodel.encryption
Fields in org.apache.pdfbox.pdmodel.encryption declared as StandardProtectionPolicy Modifier and Type Field Description private StandardProtectionPolicy
StandardSecurityHandler. policy
Constructors in org.apache.pdfbox.pdmodel.encryption with parameters of type StandardProtectionPolicy Constructor Description StandardSecurityHandler(StandardProtectionPolicy p)
Constructor used for encryption.
-