Package | Description |
---|---|
org.bouncycastle.cms.jcajce | |
org.bouncycastle.operator.jcajce |
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 © 2018 BouncyCastle.org. All rights reserved.