public interface org.bouncycastle.jcajce.util.JcaJceHelper
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.bouncycastle.jcajce.util.JcaJceHelper
super_class: java.lang.Object
{
public abstract javax.crypto.Cipher createCipher(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/crypto/Cipher;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, javax.crypto.NoSuchPaddingException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract javax.crypto.Mac createMac(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/crypto/Mac;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract javax.crypto.KeyAgreement createKeyAgreement(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/crypto/KeyAgreement;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract java.security.AlgorithmParameterGenerator createAlgorithmParameterGenerator(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/security/AlgorithmParameterGenerator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract java.security.AlgorithmParameters createAlgorithmParameters(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/security/AlgorithmParameters;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract javax.crypto.KeyGenerator createKeyGenerator(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/crypto/KeyGenerator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract java.security.KeyFactory createKeyFactory(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/security/KeyFactory;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract javax.crypto.SecretKeyFactory createSecretKeyFactory(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/crypto/SecretKeyFactory;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract java.security.KeyPairGenerator createKeyPairGenerator(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/security/KeyPairGenerator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract java.security.MessageDigest createDigest(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/security/MessageDigest;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract java.security.Signature createSignature(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/security/Signature;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
public abstract java.security.cert.CertificateFactory createCertificateFactory(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/security/cert/CertificateFactory;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchProviderException, java.security.cert.CertificateException
MethodParameters:
Name Flags
algorithm
public abstract java.security.SecureRandom createSecureRandom(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/security/SecureRandom;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
MethodParameters:
Name Flags
algorithm
}
SourceFile: "JcaJceHelper.java"