public class org.apache.http.auth.params.AuthParamBean extends org.apache.http.params.HttpAbstractParamBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.auth.params.AuthParamBean
  super_class: org.apache.http.params.HttpAbstractParamBean
{
  public void <init>(org.apache.http.params.HttpParams);
    descriptor: (Lorg/apache/http/params/HttpParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.auth.params.AuthParamBean this
        start local 1 // org.apache.http.params.HttpParams params
         0: .line 48
            aload 0 /* this */
            aload 1 /* params */
            invokespecial org.apache.http.params.HttpAbstractParamBean.<init>:(Lorg/apache/http/params/HttpParams;)V
         1: .line 49
            return
        end local 1 // org.apache.http.params.HttpParams params
        end local 0 // org.apache.http.auth.params.AuthParamBean this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/http/auth/params/AuthParamBean;
            0    2     1  params  Lorg/apache/http/params/HttpParams;
    MethodParameters:
        Name  Flags
      params  final

  public void setCredentialCharset(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.auth.params.AuthParamBean this
        start local 1 // java.lang.String charset
         0: .line 52
            aload 0 /* this */
            getfield org.apache.http.auth.params.AuthParamBean.params:Lorg/apache/http/params/HttpParams;
            aload 1 /* charset */
            invokestatic org.apache.http.auth.params.AuthParams.setCredentialCharset:(Lorg/apache/http/params/HttpParams;Ljava/lang/String;)V
         1: .line 53
            return
        end local 1 // java.lang.String charset
        end local 0 // org.apache.http.auth.params.AuthParamBean this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/http/auth/params/AuthParamBean;
            0    2     1  charset  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      charset  final
}
SourceFile: "AuthParamBean.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()