Uses of Class
org.apache.pdfbox.pdmodel.encryption.PublicKeyRecipient
-
Packages that use PublicKeyRecipient 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 PublicKeyRecipient in org.apache.pdfbox.pdmodel.encryption
Fields in org.apache.pdfbox.pdmodel.encryption with type parameters of type PublicKeyRecipient Modifier and Type Field Description private java.util.List<PublicKeyRecipient>
PublicKeyProtectionPolicy. recipients
Methods in org.apache.pdfbox.pdmodel.encryption that return types with arguments of type PublicKeyRecipient Modifier and Type Method Description java.util.Iterator<PublicKeyRecipient>
PublicKeyProtectionPolicy. getRecipientsIterator()
Returns an iterator to browse the list of recipients.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type PublicKeyRecipient Modifier and Type Method Description void
PublicKeyProtectionPolicy. addRecipient(PublicKeyRecipient recipient)
Adds a new recipient to the recipients list.boolean
PublicKeyProtectionPolicy. removeRecipient(PublicKeyRecipient recipient)
Removes a recipient from the recipients list.
-