Package | Description |
---|---|
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 |
---|---|
JceAsymmetricKeyWrapper |
JceAsymmetricKeyWrapper.setAlgorithmMapping(ASN1ObjectIdentifier algorithm,
String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.
|
JceAsymmetricKeyWrapper |
JceAsymmetricKeyWrapper.setProvider(Provider provider) |
JceAsymmetricKeyWrapper |
JceAsymmetricKeyWrapper.setProvider(String providerName) |
JceAsymmetricKeyWrapper |
JceAsymmetricKeyWrapper.setSecureRandom(SecureRandom random) |
Copyright © 2018 BouncyCastle.org. All rights reserved.