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 |
---|---|
JceAsymmetricKeyUnwrapper |
EnvelopedDataHelper.createAsymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm,
PrivateKey keyEncryptionKey) |
Modifier and Type | Method and Description |
---|---|
JceAsymmetricKeyUnwrapper |
JceAsymmetricKeyUnwrapper.setAlgorithmMapping(ASN1ObjectIdentifier algorithm,
String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.
|
JceAsymmetricKeyUnwrapper |
JceAsymmetricKeyUnwrapper.setMustProduceEncodableUnwrappedKey(boolean unwrappedKeyMustBeEncodable)
Flag that unwrapping must produce a key that will return a meaningful value from a call to Key.getEncoded().
|
JceAsymmetricKeyUnwrapper |
JceAsymmetricKeyUnwrapper.setProvider(Provider provider) |
JceAsymmetricKeyUnwrapper |
JceAsymmetricKeyUnwrapper.setProvider(String providerName) |
Copyright © 2020 BouncyCastle.org. All rights reserved.