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

Packages that use PublicKeyRecipient
org.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. 
 

Uses of PublicKeyRecipient in org.pdfbox.pdmodel.encryption
 

Methods in org.pdfbox.pdmodel.encryption with parameters of type PublicKeyRecipient
 void PublicKeyProtectionPolicy.addRecipient(PublicKeyRecipient r)
          Adds a new recipient to the recipients list.
 boolean PublicKeyProtectionPolicy.removeRecipient(PublicKeyRecipient r)
          Removes a recipient from the recipients list.