HelloTlsWrapper.smali
.class public abstract Lsg/bigo/tlsWrapper/HelloTlsWrapper;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lsg/bigo/tlsWrapper/HelloTlsWrapper$CppProxy;
}
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
.line 10
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static native instance()Lsg/bigo/tlsWrapper/HelloTlsWrapper;
.end method
# virtual methods
.method public abstract SSLClose()V
.end method
.method public abstract SSLConnect()V
.end method
.method public abstract SSLErrmsg()Ljava/lang/String;
.end method
.method public abstract SSLErrno()Lsg/bigo/tlsWrapper/SSLError;
.end method
.method public abstract SSLRead()[B
.end method
.method public abstract SSLStatus()Lsg/bigo/tlsWrapper/SSLState;
.end method
.method public abstract SSLWrite([B)I
.end method
.method public abstract initSSL(ILjava/lang/String;)Z
.end method
.method public abstract sendInNative(ILjava/lang/String;)V
.end method