public interface JcaJceExtHelper
extends org.bouncycastle.jcajce.util.JcaJceHelper
Modifier and Type | Method and Description |
---|---|
JceAsymmetricKeyUnwrapper |
createAsymmetricUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
PrivateKey keyEncryptionKey) |
SymmetricKeyUnwrapper |
createSymmetricUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
SecretKey keyEncryptionKey) |
createAlgorithmParameterGenerator, createAlgorithmParameters, createCertificateFactory, createCipher, createDigest, createKeyAgreement, createKeyFactory, createKeyGenerator, createKeyPairGenerator, createMac, createSecretKeyFactory, createSignature
JceAsymmetricKeyUnwrapper createAsymmetricUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, PrivateKey keyEncryptionKey)
SymmetricKeyUnwrapper createSymmetricUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, SecretKey keyEncryptionKey)
Copyright © 2016 BouncyCastle.org. All rights reserved.