Package | Description |
---|---|
org.bouncycastle.cms.jcajce | |
org.bouncycastle.operator.jcajce |
Modifier and Type | Method and Description |
---|---|
JceAsymmetricKeyUnwrapper |
JcaJceExtHelper.createAsymmetricUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
PrivateKey keyEncryptionKey) |
JceAsymmetricKeyUnwrapper |
EnvelopedDataHelper.createAsymmetricUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
PrivateKey keyEncryptionKey) |
Modifier and Type | Method and Description |
---|---|
JceAsymmetricKeyUnwrapper |
JceAsymmetricKeyUnwrapper.setAlgorithmMapping(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm,
String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.
|
JceAsymmetricKeyUnwrapper |
JceAsymmetricKeyUnwrapper.setProvider(Provider provider) |
JceAsymmetricKeyUnwrapper |
JceAsymmetricKeyUnwrapper.setProvider(String providerName) |
Copyright © 2016 BouncyCastle.org. All rights reserved.