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 |
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 |
---|---|
void |
SMIMEEnvelopedGenerator.addRecipientInfoGenerator(RecipientInfoGenerator recipientInfoGen)
add a recipientInfoGenerator.
|
javax.mail.internet.MimeBodyPart |
SMIMEToolkit.encrypt(javax.mail.internet.MimeBodyPart mimePart,
OutputEncryptor contentEncryptor,
RecipientInfoGenerator recipientGenerator)
Encrypt the passed in MIME part returning a new encrypted MIME part.
|
javax.mail.internet.MimeBodyPart |
SMIMEToolkit.encrypt(javax.mail.internet.MimeMessage message,
OutputEncryptor contentEncryptor,
RecipientInfoGenerator recipientGenerator)
Encrypt the passed in MIME message returning a new encrypted MIME part.
|
javax.mail.internet.MimeBodyPart |
SMIMEToolkit.encrypt(javax.mail.internet.MimeMultipart multiPart,
OutputEncryptor contentEncryptor,
RecipientInfoGenerator recipientGenerator)
Encrypt the passed in MIME multi-part returning a new encrypted MIME part.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.