public interface

JcaJceHelper

org.bouncycastle.jcajce.JcaJceHelper
Known Indirect Subclasses

Summary

Public Methods
abstract AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm)
abstract AlgorithmParameters createAlgorithmParameters(String algorithm)
abstract AsymmetricKeyUnwrapper createAsymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm, PrivateKey keyEncryptionKey)
abstract CertificateFactory createCertificateFactory(String algorithm)
abstract Cipher createCipher(String algorithm)
abstract MessageDigest createDigest(String algorithm)
abstract KeyAgreement createKeyAgreement(String algorithm)
abstract KeyFactory createKeyFactory(String algorithm)
abstract KeyGenerator createKeyGenerator(String algorithm)
abstract KeyPairGenerator createKeyPairGenerator(String algorithm)
abstract Mac createMac(String algorithm)
abstract Signature createSignature(String algorithm)
abstract SymmetricKeyUnwrapper createSymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm, SecretKey keyEncryptionKey)

Public Methods

public abstract AlgorithmParameterGenerator createAlgorithmParameterGenerator (String algorithm)

public abstract AlgorithmParameters createAlgorithmParameters (String algorithm)

public abstract AsymmetricKeyUnwrapper createAsymmetricUnwrapper (AlgorithmIdentifier keyEncryptionAlgorithm, PrivateKey keyEncryptionKey)

public abstract CertificateFactory createCertificateFactory (String algorithm)

public abstract Cipher createCipher (String algorithm)

public abstract MessageDigest createDigest (String algorithm)

public abstract KeyAgreement createKeyAgreement (String algorithm)

public abstract KeyFactory createKeyFactory (String algorithm)

public abstract KeyGenerator createKeyGenerator (String algorithm)

public abstract KeyPairGenerator createKeyPairGenerator (String algorithm)

public abstract Mac createMac (String algorithm)

public abstract Signature createSignature (String algorithm)

public abstract SymmetricKeyUnwrapper createSymmetricUnwrapper (AlgorithmIdentifier keyEncryptionAlgorithm, SecretKey keyEncryptionKey)