SM4$ECB$1.smali

.class Lorg/spongycastle/jcajce/provider/symmetric/SM4$ECB$1;
.super Ljava/lang/Object;
.source "SM4.java"

# interfaces
.implements Lorg/spongycastle/jcajce/provider/symmetric/util/BlockCipherProvider;


# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
    value = Lorg/spongycastle/jcajce/provider/symmetric/SM4$ECB;-><init>()V
.end annotation


# direct methods
.method constructor <init>()V
    .registers 1

    .prologue
    .line 37
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public get()Lorg/spongycastle/crypto/BlockCipher;
    .registers 2

    .prologue
    .line 40
    new-instance v0, Lorg/spongycastle/crypto/engines/SM4Engine;

    invoke-direct {v0}, Lorg/spongycastle/crypto/engines/SM4Engine;-><init>()V

    return-object v0
.end method