Uses of Interface
org.bouncycastle.cms.RecipientInfoGenerator
-
Packages that use RecipientInfoGenerator Package Description org.bouncycastle.cert.crmf Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.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.bc CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the BC lightweight API.org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.org.bouncycastle.mime.smime -
-
Uses of RecipientInfoGenerator in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf with parameters of type RecipientInfoGenerator Modifier and Type Method Description PKIArchiveControlBuilder
PKIArchiveControlBuilder. addRecipientGenerator(RecipientInfoGenerator recipientGen)
Add a recipient generator to this control. -
Uses of RecipientInfoGenerator in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement RecipientInfoGenerator Modifier and Type Class Description class
KEKRecipientInfoGenerator
class
KeyAgreeRecipientInfoGenerator
class
KeyTransRecipientInfoGenerator
class
PasswordRecipientInfoGenerator
Methods in org.bouncycastle.cms with parameters of type RecipientInfoGenerator Modifier and Type Method Description void
CMSAuthEnvelopedGenerator. addRecipientInfoGenerator(RecipientInfoGenerator recipientGenerator)
Add a generator to produce the recipient info required.void
CMSEnvelopedGenerator. addRecipientInfoGenerator(RecipientInfoGenerator recipientGenerator)
Add a generator to produce the recipient info required. -
Uses of RecipientInfoGenerator in org.bouncycastle.cms.bc
Classes in org.bouncycastle.cms.bc that implement RecipientInfoGenerator Modifier and Type Class Description class
BcKEKRecipientInfoGenerator
class
BcKeyTransRecipientInfoGenerator
class
BcPasswordRecipientInfoGenerator
class
BcRSAKeyTransRecipientInfoGenerator
-
Uses of RecipientInfoGenerator in org.bouncycastle.cms.jcajce
Classes in org.bouncycastle.cms.jcajce that implement RecipientInfoGenerator Modifier and Type Class Description class
JceKEKRecipientInfoGenerator
class
JceKeyAgreeRecipientInfoGenerator
class
JceKeyTransRecipientInfoGenerator
class
JceKTSKeyTransRecipientInfoGenerator
class
JcePasswordRecipientInfoGenerator
-
Uses of RecipientInfoGenerator in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type RecipientInfoGenerator Modifier and Type Method Description SMIMEEnvelopedWriter.Builder
SMIMEEnvelopedWriter.Builder. addRecipientInfoGenerator(RecipientInfoGenerator recipientGenerator)
Add a generator to produce the recipient info required.
-