org.bouncycastle.cms
public class RecipientInformationStore extends Object
Constructor Summary | |
---|---|
RecipientInformationStore(Collection recipientInfos) |
Method Summary | |
---|---|
RecipientInformation | get(RecipientId selector)
Return the first RecipientInformation object that matches the
passed in selector. |
Collection | getRecipients()
Return all recipients in the collection
|
Collection | getRecipients(RecipientId selector)
Return possible empty collection with recipients matching the passed in RecipientId
|
int | size()
Return the number of recipients in the collection.
|
Parameters: selector to identify a recipient
Returns: a single RecipientInformation object. Null if none matches.
Returns: a collection of recipients.
Parameters: selector a recipient id to select against.
Returns: a collection of RecipientInformation objects.
Returns: number of recipients identified.