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 |
Modifier and Type | Method and Description |
---|---|
PKIArchiveControlBuilder |
PKIArchiveControlBuilder.addRecipientGenerator(RecipientInfoGenerator recipientGen)
Add a recipient generator to this control.
|
Modifier and Type | Class and Description |
---|---|
class |
KEKRecipientInfoGenerator |
class |
KeyAgreeRecipientInfoGenerator |
class |
KeyTransRecipientInfoGenerator |
class |
PasswordRecipientInfoGenerator |
Modifier and Type | Method and Description |
---|---|
void |
CMSEnvelopedGenerator.addRecipientInfoGenerator(RecipientInfoGenerator recipientGenerator)
Add a generator to produce the recipient info required.
|
void |
CMSAuthEnvelopedGenerator.addRecipientInfoGenerator(RecipientInfoGenerator recipientGenerator)
Add a generator to produce the recipient info required.
|
Modifier and Type | Class and Description |
---|---|
class |
BcKEKRecipientInfoGenerator |
class |
BcKeyTransRecipientInfoGenerator |
class |
BcPasswordRecipientInfoGenerator |
class |
BcRSAKeyTransRecipientInfoGenerator |
Modifier and Type | Class and Description |
---|---|
class |
JceKEKRecipientInfoGenerator |
class |
JceKeyAgreeRecipientInfoGenerator |
class |
JceKeyTransRecipientInfoGenerator |
class |
JceKTSKeyTransRecipientInfoGenerator |
class |
JcePasswordRecipientInfoGenerator |
Modifier and Type | Method and Description |
---|---|
SMIMEEnvelopedWriter.Builder |
SMIMEEnvelopedWriter.Builder.addRecipientInfoGenerator(RecipientInfoGenerator recipientGenerator)
Add a generator to produce the recipient info required.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.