Uses of Class
org.bouncycastle.cms.RecipientInformation
Packages that use RecipientInformation
-
Uses of RecipientInformation in org.bouncycastle.cms
Subclasses of RecipientInformation in org.bouncycastle.cmsModifier and TypeClassDescriptionclassthe RecipientInfo class for a recipient who has been sent a message encrypted using a secret key known to the other side.classclassthe RecipientInfo class for a recipient who has been sent a message encrypted using key agreement.classthe KeyTransRecipientInformation class for a recipient who has been sent a secret key encrypted using their public key that needs to be used to extract the message.classthe RecipientInfo class for a recipient who has been sent a message encrypted using a password.Methods in org.bouncycastle.cms that return RecipientInformationModifier and TypeMethodDescriptionRecipientInformationStore.get(RecipientId selector) Return the first RecipientInformation object that matches the passed in selector.Methods in org.bouncycastle.cms that return types with arguments of type RecipientInformationModifier and TypeMethodDescriptionRecipientInformationStore.getRecipients()Return all recipients in the collectionRecipientInformationStore.getRecipients(RecipientId selector) Return possible empty collection with recipients matching the passed in RecipientIdRecipientInformationStore.iterator()Support method for Iterable where available.Constructors in org.bouncycastle.cms with parameters of type RecipientInformationModifierConstructorDescriptionRecipientInformationStore(RecipientInformation recipientInformation) Create a store containing a single RecipientInformation object.Constructor parameters in org.bouncycastle.cms with type arguments of type RecipientInformationModifierConstructorDescriptionRecipientInformationStore(Collection<RecipientInformation> recipientInfos)