Package | Description |
---|---|
org.apache.pdfbox.pdmodel.encryption |
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
|
Modifier and Type | Method and Description |
---|---|
Iterator<PublicKeyRecipient> |
PublicKeyProtectionPolicy.getRecipientsIterator()
Returns an iterator to browse the list of recipients.
|
Modifier and Type | Method and 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.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.