Uses of Class
org.sejda.sambox.pdmodel.encryption.PublicKeyRecipient
Packages that use PublicKeyRecipient
Package
Description
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of PublicKeyRecipient in org.sejda.sambox.pdmodel.encryption
Fields in org.sejda.sambox.pdmodel.encryption with type parameters of type PublicKeyRecipientModifier and TypeFieldDescriptionfinal List<PublicKeyRecipient>PublicKeyProtectionPolicy.recipientsMethods in org.sejda.sambox.pdmodel.encryption that return types with arguments of type PublicKeyRecipientModifier and TypeMethodDescriptionPublicKeyProtectionPolicy.getRecipientsIterator()Returns an iterator to browse the list of recipients.Methods in org.sejda.sambox.pdmodel.encryption with parameters of type PublicKeyRecipientModifier and TypeMethodDescriptionvoidPublicKeyProtectionPolicy.addRecipient(PublicKeyRecipient recipient) Adds a new recipient to the recipients list.booleanPublicKeyProtectionPolicy.removeRecipient(PublicKeyRecipient recipient) Removes a recipient from the recipients list.