Uses of Class
com.pd4ml.pdf.encryption.PublicKeyRecipient
-
Packages that use PublicKeyRecipient Package Description com.pd4ml.pdf.encryption -
-
Uses of PublicKeyRecipient in com.pd4ml.pdf.encryption
Methods in com.pd4ml.pdf.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 com.pd4ml.pdf.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.
-