Package | Description |
---|---|
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 | Method and Description |
---|---|
SymmetricKeyUnwrapper |
EnvelopedDataHelper.createSymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm,
SecretKey keyEncryptionKey) |
Modifier and Type | Class and Description |
---|---|
class |
BcAESSymmetricKeyUnwrapper |
class |
BcSymmetricKeyUnwrapper |
Modifier and Type | Class and Description |
---|---|
class |
JceSymmetricKeyUnwrapper |
Copyright © 2020 BouncyCastle.org. All rights reserved.