| 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 | |
| org.bouncycastle.cms.jcajce | |
| org.bouncycastle.mail.smime |
High level classes for dealing with S/MIME objects (RFC 3851).
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BcKeyTransRecipientInfoGenerator |
class |
BcRSAKeyTransRecipientInfoGenerator |
| Modifier and Type | Class and Description |
|---|---|
class |
JceKEKRecipientInfoGenerator |
class |
JceKeyAgreeRecipientInfoGenerator |
class |
JceKeyTransRecipientInfoGenerator |
class |
JcePasswordRecipientInfoGenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
SMIMEEnvelopedGenerator.addRecipientInfoGenerator(RecipientInfoGenerator recipientInfoGen)
add a recipientInfoGenerator.
|
Copyright © 2014. All rights reserved.