HttpHelper$MyTrustManager.smali
.class Lcom/cleanmaster/filecloud/utils/HttpHelper$MyTrustManager;
.super Ljava/lang/Object;
.source "HttpHelper.java"
# interfaces
.implements Ljavax/net/ssl/X509TrustManager;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/cleanmaster/filecloud/utils/HttpHelper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "MyTrustManager"
.end annotation
# direct methods
.method private constructor <init>()V
.registers 1
.prologue
.line 51
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method synthetic constructor <init>(Lcom/cleanmaster/filecloud/utils/HttpHelper$1;)V
.registers 2
.prologue
.line 51
invoke-direct {p0}, Lcom/cleanmaster/filecloud/utils/HttpHelper$MyTrustManager;-><init>()V
return-void
.end method
# virtual methods
.method public checkClientTrusted([Ljava/security/cert/X509Certificate;Ljava/lang/String;)V
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/security/cert/CertificateException;
}
.end annotation
.prologue
.line 56
return-void
.end method
.method public checkServerTrusted([Ljava/security/cert/X509Certificate;Ljava/lang/String;)V
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/security/cert/CertificateException;
}
.end annotation
.prologue
.line 61
return-void
.end method
.method public getAcceptedIssuers()[Ljava/security/cert/X509Certificate;
.registers 2
.prologue
.line 65
const/4 v0, 0x0
return-object v0
.end method