RsaKeyUtils.smali
.class public Lcom/ksad/rsa/RsaKeyUtils;
.super Ljava/lang/Object;
# direct methods
.method static constructor <clinit>()V
.registers 1
const-string v0, "kwad_common"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
return-void
.end method
.method public static native getRsaPrivateKey()Ljava/lang/String;
.end method
.method public static native getRsaPublicKey()Ljava/lang/String;
.end method