Bouncy Castle Cryptography 1.18

org.bouncycastle.cms
Class RecipientInformationStore

java.lang.Object
  |
  +--org.bouncycastle.cms.RecipientInformationStore

public class RecipientInformationStore
extends java.lang.Object


Constructor Summary
RecipientInformationStore(java.util.Collection recipientInfos)
           
 
Method Summary
 RecipientInformation get(RecipientId selector)
           
 java.util.Collection getRecipients()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientInformationStore

public RecipientInformationStore(java.util.Collection recipientInfos)
Method Detail

get

public RecipientInformation get(RecipientId selector)

size

public int size()

getRecipients

public java.util.Collection getRecipients()

Bouncy Castle Cryptography 1.18