Uses of Class
org.bouncycastle.cms.RecipientId
-
Packages that use RecipientId Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.org.bouncycastle.pkix -
-
Uses of RecipientId in org.bouncycastle.cms
Subclasses of RecipientId in org.bouncycastle.cms Modifier and Type Class Description class
KEKRecipientId
class
KeyAgreeRecipientId
class
KeyTransRecipientId
class
PasswordRecipientId
Fields in org.bouncycastle.cms declared as RecipientId Modifier and Type Field Description protected RecipientId
RecipientInformation. rid
Methods in org.bouncycastle.cms that return RecipientId Modifier and Type Method Description RecipientId
RecipientInformation. getRID()
Methods in org.bouncycastle.cms with parameters of type RecipientId Modifier and Type Method Description RecipientInformation
RecipientInformationStore. get(RecipientId selector)
Return the first RecipientInformation object that matches the passed in selector.Collection<RecipientInformation>
RecipientInformationStore. getRecipients(RecipientId selector)
Return possible empty collection with recipients matching the passed in RecipientId -
Uses of RecipientId in org.bouncycastle.cms.jcajce
Subclasses of RecipientId in org.bouncycastle.cms.jcajce Modifier and Type Class Description class
JceKeyAgreeRecipientId
class
JceKeyTransRecipientId
-
Uses of RecipientId in org.bouncycastle.pkix
Methods in org.bouncycastle.pkix that return RecipientId Modifier and Type Method Description RecipientId
PKIXIdentity. getRecipientId()
Return a RecipientId for the identity's (private key, certificate) pair.
-