Package | Description |
---|---|
org.bouncycastle.cms.bc |
CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the BC lightweight API.
|
org.bouncycastle.operator.bc |
Basic operator implementations for doing encryption, signing, and digest operations using the BC lightweight API.
|
Constructor and Description |
---|
BcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
BcAsymmetricKeyWrapper wrapper) |
BcKeyTransRecipientInfoGenerator(X509CertificateHolder recipientCert,
BcAsymmetricKeyWrapper wrapper) |
Modifier and Type | Class and Description |
---|---|
class |
BcRSAAsymmetricKeyWrapper |
Modifier and Type | Method and Description |
---|---|
BcAsymmetricKeyWrapper |
BcAsymmetricKeyWrapper.setSecureRandom(SecureRandom random) |
Copyright © 2018 BouncyCastle.org. All rights reserved.