Uses of Class
org.apache.pdfbox.pdmodel.encryption.PublicKeyProtectionPolicy
-
Packages that use PublicKeyProtectionPolicy 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 PublicKeyProtectionPolicy in org.apache.pdfbox.pdmodel.encryption
Fields in org.apache.pdfbox.pdmodel.encryption declared as PublicKeyProtectionPolicy Modifier and Type Field Description private PublicKeyProtectionPolicy
PublicKeySecurityHandler. policy
Constructors in org.apache.pdfbox.pdmodel.encryption with parameters of type PublicKeyProtectionPolicy Constructor Description PublicKeySecurityHandler(PublicKeyProtectionPolicy p)
Constructor used for encryption.
-