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.operator.bc |
Basic operator implementations for doing encryption, signing, and digest operations using the BC lightweight API.
|
org.bouncycastle.operator.jcajce |
Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE.
|
Modifier and Type | Field and Description |
---|---|
protected AsymmetricKeyWrapper |
KeyTransRecipientInfoGenerator.wrapper |
Constructor and Description |
---|
KeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
AsymmetricKeyWrapper wrapper) |
KeyTransRecipientInfoGenerator(IssuerAndSerialNumber issuerAndSerial,
AsymmetricKeyWrapper wrapper) |
Constructor and Description |
---|
JceKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
AsymmetricKeyWrapper wrapper) |
JceKeyTransRecipientInfoGenerator(X509Certificate recipientCert,
AsymmetricKeyWrapper wrapper) |
Modifier and Type | Class and Description |
---|---|
class |
BcAsymmetricKeyWrapper |
class |
BcRSAAsymmetricKeyWrapper |
Modifier and Type | Class and Description |
---|---|
class |
JceAsymmetricKeyWrapper |
class |
JceKTSKeyWrapper |
Copyright © 2021 BouncyCastle.org. All rights reserved.