JcaJceHelper.smali
.class public interface abstract Lorg/spongycastle/jcajce/util/JcaJceHelper;
.super Ljava/lang/Object;
.source "JcaJceHelper.java"
# virtual methods
.method public abstract createAlgorithmParameterGenerator(Ljava/lang/String;)Ljava/security/AlgorithmParameterGenerator;
.end method
.method public abstract createAlgorithmParameters(Ljava/lang/String;)Ljava/security/AlgorithmParameters;
.end method
.method public abstract createCertificateFactory(Ljava/lang/String;)Ljava/security/cert/CertificateFactory;
.end method
.method public abstract createCipher(Ljava/lang/String;)Ljavax/crypto/Cipher;
.end method
.method public abstract createDigest(Ljava/lang/String;)Ljava/security/MessageDigest;
.end method
.method public abstract createKeyAgreement(Ljava/lang/String;)Ljavax/crypto/KeyAgreement;
.end method
.method public abstract createKeyFactory(Ljava/lang/String;)Ljava/security/KeyFactory;
.end method
.method public abstract createKeyGenerator(Ljava/lang/String;)Ljavax/crypto/KeyGenerator;
.end method
.method public abstract createKeyPairGenerator(Ljava/lang/String;)Ljava/security/KeyPairGenerator;
.end method
.method public abstract createMac(Ljava/lang/String;)Ljavax/crypto/Mac;
.end method
.method public abstract createSecretKeyFactory(Ljava/lang/String;)Ljavax/crypto/SecretKeyFactory;
.end method
.method public abstract createSignature(Ljava/lang/String;)Ljava/security/Signature;
.end method