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.jcajce |
Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE.
|
Modifier and Type | Method and Description |
---|---|
JceKTSKeyUnwrapper |
EnvelopedDataHelper.createAsymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm,
PrivateKey keyEncryptionKey,
byte[] partyUInfo,
byte[] partyVInfo) |
Modifier and Type | Method and Description |
---|---|
JceKTSKeyUnwrapper |
JceKTSKeyUnwrapper.setProvider(Provider provider) |
JceKTSKeyUnwrapper |
JceKTSKeyUnwrapper.setProvider(String providerName) |
Copyright © 2021 BouncyCastle.org. All rights reserved.