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