public abstract class sun.net.www.protocol.http.AuthenticationInfo extends sun.net.www.protocol.http.AuthCacheValue implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.net.www.protocol.http.AuthenticationInfo
  super_class: sun.net.www.protocol.http.AuthCacheValue
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -2588378268010453259

  public static final char SERVER_AUTHENTICATION;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 115

  public static final char PROXY_AUTHENTICATION;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 112

  static final boolean serializeAuth;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  protected transient java.net.PasswordAuthentication pw;
    descriptor: Ljava/net/PasswordAuthentication;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  private static java.util.HashMap<java.lang.String, java.lang.Thread> requests;
    descriptor: Ljava/util/HashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Thread;>;

  char type;
    descriptor: C
    flags: (0x0000) 

  sun.net.www.protocol.http.AuthScheme authScheme;
    descriptor: Lsun/net/www/protocol/http/AuthScheme;
    flags: (0x0000) 

  java.lang.String protocol;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String host;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  int port;
    descriptor: I
    flags: (0x0000) 

  java.lang.String realm;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String authenticatorKey;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String s1;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String s2;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 54
            ldc Lsun/net/www/protocol/http/AuthenticationInfo;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.net.www.protocol.http.AuthenticationInfo.$assertionsDisabled:Z
         3: .line 73
            new sun.security.action.GetBooleanAction
            dup
         4: .line 74
            ldc "http.auth.serializeRequests"
         5: .line 73
            invokespecial sun.security.action.GetBooleanAction.<init>:(Ljava/lang/String;)V
         6: .line 72
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Boolean
         7: .line 74
            invokevirtual java.lang.Boolean.booleanValue:()Z
         8: .line 72
            putstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
         9: .line 128
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.net.PasswordAuthentication credentials();
    descriptor: ()Ljava/net/PasswordAuthentication;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 82
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.pw:Ljava/net/PasswordAuthentication;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public sun.net.www.protocol.http.AuthCacheValue$Type getAuthType();
    descriptor: ()Lsun/net/www/protocol/http/AuthCacheValue$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 86
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            bipush 115
            if_icmpne 2
         1: .line 87
            getstatic sun.net.www.protocol.http.AuthCacheValue$Type.Server:Lsun/net/www/protocol/http/AuthCacheValue$Type;
            goto 3
         2: .line 88
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthCacheValue$Type.Proxy:Lsun/net/www/protocol/http/AuthCacheValue$Type;
         3: .line 86
      StackMap locals:
      StackMap stack: sun.net.www.protocol.http.AuthCacheValue$Type
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  sun.net.www.protocol.http.AuthScheme getAuthScheme();
    descriptor: ()Lsun/net/www/protocol/http/AuthScheme;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 92
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public java.lang.String getHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 96
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 99
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            ireturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public java.lang.String getRealm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 102
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.realm:Ljava/lang/String;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 105
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public java.lang.String getProtocolScheme();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 108
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  protected boolean useAuthCache();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 118
            iconst_1
            ireturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  private static sun.net.www.protocol.http.AuthenticationInfo requestAuthentication(java.lang.String, java.util.function.Function<java.lang.String, sun.net.www.protocol.http.AuthenticationInfo>);
    descriptor: (Ljava/lang/String;Ljava/util/function/Function;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // java.lang.String key
        start local 1 // java.util.function.Function cache
         0: .line 138
            aload 1 /* cache */
            aload 0 /* key */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            astore 2 /* cached */
        start local 2 // sun.net.www.protocol.http.AuthenticationInfo cached
         1: .line 139
            aload 2 /* cached */
            ifnonnull 2
            getstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
            ifne 3
         2: .line 143
      StackMap locals: sun.net.www.protocol.http.AuthenticationInfo
      StackMap stack:
            aload 2 /* cached */
            areturn
         3: .line 145
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            dup
            astore 3
            monitorenter
         4: .line 148
            aload 1 /* cache */
            aload 0 /* key */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            astore 2 /* cached */
         5: .line 149
            aload 2 /* cached */
            ifnull 7
            aload 2 /* cached */
            aload 3
            monitorexit
         6: areturn
         7: .line 154
      StackMap locals: java.util.HashMap
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 5 /* c */
        start local 5 // java.lang.Thread c
         8: .line 155
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Thread
            dup
            astore 4 /* t */
        start local 4 // java.lang.Thread t
         9: ifnonnull 14
        10: .line 156
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            aload 5 /* c */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 157
            getstatic sun.net.www.protocol.http.AuthenticationInfo.$assertionsDisabled:Z
            ifne 12
            aload 2 /* cached */
            ifnull 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 158
      StackMap locals: java.lang.Thread java.lang.Thread
      StackMap stack:
            aload 2 /* cached */
            aload 3
            monitorexit
        13: areturn
        14: .line 160
      StackMap locals:
      StackMap stack:
            aload 4 /* t */
            aload 5 /* c */
            if_acmpne 21
        15: .line 161
            getstatic sun.net.www.protocol.http.AuthenticationInfo.$assertionsDisabled:Z
            ifne 16
            aload 2 /* cached */
            ifnull 16
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        16: .line 162
      StackMap locals:
      StackMap stack:
            aload 2 /* cached */
            aload 3
            monitorexit
        17: areturn
        18: .line 168
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            invokevirtual java.lang.Object.wait:()V
        19: .line 169
            goto 21
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        20: pop
        21: .line 166
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ifne 18
        end local 5 // java.lang.Thread c
        end local 4 // java.lang.Thread t
        22: .line 145
            aload 3
            monitorexit
        23: goto 26
      StackMap locals: java.lang.String java.util.function.Function sun.net.www.protocol.http.AuthenticationInfo java.util.HashMap
      StackMap stack: java.lang.Throwable
        24: aload 3
            monitorexit
        25: athrow
        26: .line 173
      StackMap locals:
      StackMap stack:
            aload 1 /* cache */
            aload 0 /* key */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            areturn
        end local 2 // sun.net.www.protocol.http.AuthenticationInfo cached
        end local 1 // java.util.function.Function cache
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0     key  Ljava/lang/String;
            0   27     1   cache  Ljava/util/function/Function<Ljava/lang/String;Lsun/net/www/protocol/http/AuthenticationInfo;>;
            1   27     2  cached  Lsun/net/www/protocol/http/AuthenticationInfo;
            9   22     4       t  Ljava/lang/Thread;
            8   22     5       c  Ljava/lang/Thread;
      Exception table:
        from    to  target  type
          18    19      20  Class java.lang.InterruptedException
           4     6      24  any
           7    13      24  any
          14    17      24  any
          18    23      24  any
          24    25      24  any
    Signature: (Ljava/lang/String;Ljava/util/function/Function<Ljava/lang/String;Lsun/net/www/protocol/http/AuthenticationInfo;>;)Lsun/net/www/protocol/http/AuthenticationInfo;
    MethodParameters:
       Name  Flags
      key    
      cache  

  private static void requestCompleted(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.lang.String key
         0: .line 180
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         1: .line 181
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Thread
            astore 2 /* thread */
        start local 2 // java.lang.Thread thread
         2: .line 182
            aload 2 /* thread */
            ifnull 7
            aload 2 /* thread */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            if_acmpne 7
         3: .line 183
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 4
            iconst_1
            goto 5
      StackMap locals: java.util.HashMap java.lang.Thread
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* waspresent */
        start local 3 // boolean waspresent
         6: .line 184
            getstatic sun.net.www.protocol.http.AuthenticationInfo.$assertionsDisabled:Z
            ifne 7
            iload 3 /* waspresent */
            ifne 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 3 // boolean waspresent
         7: .line 186
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            invokevirtual java.lang.Object.notifyAll:()V
        end local 2 // java.lang.Thread thread
         8: .line 180
            aload 1
            monitorexit
         9: goto 12
      StackMap locals: java.lang.String java.util.HashMap
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0         key  Ljava/lang/String;
            2    8     2      thread  Ljava/lang/Thread;
            6    7     3  waspresent  Z
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any
    MethodParameters:
      Name  Flags
      key   

  public void <init>(char, sun.net.www.protocol.http.AuthScheme, java.lang.String, int, java.lang.String, java.lang.String);
    descriptor: (CLsun/net/www/protocol/http/AuthScheme;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // char type
        start local 2 // sun.net.www.protocol.http.AuthScheme authScheme
        start local 3 // java.lang.String host
        start local 4 // int port
        start local 5 // java.lang.String realm
        start local 6 // java.lang.String authenticatorKey
         0: .line 232
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.AuthCacheValue.<init>:()V
         1: .line 234
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.net.www.protocol.http.AuthenticationInfo.type:C
         2: .line 235
            aload 0 /* this */
            aload 2 /* authScheme */
            putfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
         3: .line 236
            aload 0 /* this */
            ldc ""
            putfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
         4: .line 237
            aload 0 /* this */
            aload 3 /* host */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
         5: .line 238
            aload 0 /* this */
            iload 4 /* port */
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         6: .line 239
            aload 0 /* this */
            aload 5 /* realm */
            putfield sun.net.www.protocol.http.AuthenticationInfo.realm:Ljava/lang/String;
         7: .line 240
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
         8: .line 241
            aload 0 /* this */
            aload 6 /* authenticatorKey */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield sun.net.www.protocol.http.AuthenticationInfo.authenticatorKey:Ljava/lang/String;
         9: .line 242
            return
        end local 6 // java.lang.String authenticatorKey
        end local 5 // java.lang.String realm
        end local 4 // int port
        end local 3 // java.lang.String host
        end local 2 // sun.net.www.protocol.http.AuthScheme authScheme
        end local 1 // char type
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0   10     1              type  C
            0   10     2        authScheme  Lsun/net/www/protocol/http/AuthScheme;
            0   10     3              host  Ljava/lang/String;
            0   10     4              port  I
            0   10     5             realm  Ljava/lang/String;
            0   10     6  authenticatorKey  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      type              
      authScheme        
      host              
      port              
      realm             
      authenticatorKey  

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 246
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
         1: areturn
         2: .line 247
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 249
            aconst_null
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  public void <init>(char, sun.net.www.protocol.http.AuthScheme, java.net.URL, java.lang.String, java.lang.String);
    descriptor: (CLsun/net/www/protocol/http/AuthScheme;Ljava/net/URL;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=6
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // char type
        start local 2 // sun.net.www.protocol.http.AuthScheme authScheme
        start local 3 // java.net.URL url
        start local 4 // java.lang.String realm
        start local 5 // java.lang.String authenticatorKey
         0: .line 257
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.AuthCacheValue.<init>:()V
         1: .line 259
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.net.www.protocol.http.AuthenticationInfo.type:C
         2: .line 260
            aload 0 /* this */
            aload 2 /* authScheme */
            putfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
         3: .line 261
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
         4: .line 262
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
         5: .line 263
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getPort:()I
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         6: .line 264
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            iconst_m1
            if_icmpne 8
         7: .line 265
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         8: .line 267
      StackMap locals: sun.net.www.protocol.http.AuthenticationInfo int sun.net.www.protocol.http.AuthScheme java.net.URL java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 4 /* realm */
            putfield sun.net.www.protocol.http.AuthenticationInfo.realm:Ljava/lang/String;
         9: .line 269
            aload 3 /* url */
            invokevirtual java.net.URL.getPath:()Ljava/lang/String;
            astore 6 /* urlPath */
        start local 6 // java.lang.String urlPath
        10: .line 270
            aload 6 /* urlPath */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 12
        11: .line 271
            aload 0 /* this */
            aload 6 /* urlPath */
            putfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
            goto 13
        12: .line 273
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 6 /* urlPath */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.reducePath:(Ljava/lang/String;)Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
        13: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* authenticatorKey */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield sun.net.www.protocol.http.AuthenticationInfo.authenticatorKey:Ljava/lang/String;
        14: .line 276
            return
        end local 6 // java.lang.String urlPath
        end local 5 // java.lang.String authenticatorKey
        end local 4 // java.lang.String realm
        end local 3 // java.net.URL url
        end local 2 // sun.net.www.protocol.http.AuthScheme authScheme
        end local 1 // char type
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0   15     1              type  C
            0   15     2        authScheme  Lsun/net/www/protocol/http/AuthScheme;
            0   15     3               url  Ljava/net/URL;
            0   15     4             realm  Ljava/lang/String;
            0   15     5  authenticatorKey  Ljava/lang/String;
           10   15     6           urlPath  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      type              
      authScheme        
      url               
      realm             
      authenticatorKey  

  public final java.lang.String getAuthenticatorKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 284
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.authenticatorKey:Ljava/lang/String;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  static java.lang.String reducePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.lang.String urlPath
         0: .line 293
            aload 0 /* urlPath */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* sepIndex */
        start local 1 // int sepIndex
         1: .line 294
            aload 0 /* urlPath */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 2 /* targetSuffixIndex */
        start local 2 // int targetSuffixIndex
         2: .line 295
            iload 1 /* sepIndex */
            iconst_m1
            if_icmpeq 6
         3: .line 296
            iload 1 /* sepIndex */
            iload 2 /* targetSuffixIndex */
            if_icmpge 5
         4: .line 297
            aload 0 /* urlPath */
            iconst_0
            iload 1 /* sepIndex */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
         5: .line 299
      StackMap locals: int int
      StackMap stack:
            aload 0 /* urlPath */
            areturn
         6: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* urlPath */
            areturn
        end local 2 // int targetSuffixIndex
        end local 1 // int sepIndex
        end local 0 // java.lang.String urlPath
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0            urlPath  Ljava/lang/String;
            1    7     1           sepIndex  I
            2    7     2  targetSuffixIndex  I
    MethodParameters:
         Name  Flags
      urlPath  

  static sun.net.www.protocol.http.AuthenticationInfo getServerAuth(java.net.URL, java.lang.String);
    descriptor: (Ljava/net/URL;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.net.URL url
        start local 1 // java.lang.String authenticatorKey
         0: .line 310
            aload 0 /* url */
            invokevirtual java.net.URL.getPort:()I
            istore 2 /* port */
        start local 2 // int port
         1: .line 311
            iload 2 /* port */
            iconst_m1
            if_icmpne 3
         2: .line 312
            aload 0 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            istore 2 /* port */
         3: .line 314
      StackMap locals: int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "s:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 315
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 316
            ldc ";auth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* authenticatorKey */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 314
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* key */
        start local 3 // java.lang.String key
         7: .line 317
            aload 3 /* key */
            aload 0 /* url */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.getAuth:(Ljava/lang/String;Ljava/net/URL;)Lsun/net/www/protocol/http/AuthenticationInfo;
            areturn
        end local 3 // java.lang.String key
        end local 2 // int port
        end local 1 // java.lang.String authenticatorKey
        end local 0 // java.net.URL url
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0               url  Ljava/net/URL;
            0    8     1  authenticatorKey  Ljava/lang/String;
            1    8     2              port  I
            7    8     3               key  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      url               
      authenticatorKey  

  static java.lang.String getServerAuthKey(java.net.URL, java.lang.String, sun.net.www.protocol.http.AuthScheme, java.lang.String);
    descriptor: (Ljava/net/URL;Ljava/lang/String;Lsun/net/www/protocol/http/AuthScheme;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.net.URL url
        start local 1 // java.lang.String realm
        start local 2 // sun.net.www.protocol.http.AuthScheme scheme
        start local 3 // java.lang.String authenticatorKey
         0: .line 328
            aload 0 /* url */
            invokevirtual java.net.URL.getPort:()I
            istore 4 /* port */
        start local 4 // int port
         1: .line 329
            iload 4 /* port */
            iconst_m1
            if_icmpne 3
         2: .line 330
            aload 0 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            istore 4 /* port */
         3: .line 332
      StackMap locals: int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "s:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* scheme */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 333
            aload 0 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 334
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 335
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* realm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 336
            ldc ";auth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* authenticatorKey */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 332
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* key */
        start local 5 // java.lang.String key
         9: .line 337
            aload 5 /* key */
            areturn
        end local 5 // java.lang.String key
        end local 4 // int port
        end local 3 // java.lang.String authenticatorKey
        end local 2 // sun.net.www.protocol.http.AuthScheme scheme
        end local 1 // java.lang.String realm
        end local 0 // java.net.URL url
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0               url  Ljava/net/URL;
            0   10     1             realm  Ljava/lang/String;
            0   10     2            scheme  Lsun/net/www/protocol/http/AuthScheme;
            0   10     3  authenticatorKey  Ljava/lang/String;
            1   10     4              port  I
            9   10     5               key  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      url               
      realm             
      scheme            
      authenticatorKey  

  private static sun.net.www.protocol.http.AuthenticationInfo getCachedServerAuth(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String key
         0: .line 341
            aload 0 /* key */
            aconst_null
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.getAuth:(Ljava/lang/String;Ljava/net/URL;)Lsun/net/www/protocol/http/AuthenticationInfo;
            areturn
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  static sun.net.www.protocol.http.AuthenticationInfo getServerAuth(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String key
         0: .line 345
            getstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
            ifne 1
            aload 0 /* key */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.getCachedServerAuth:(Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
            areturn
         1: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* key */
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  sun/net/www/protocol/http/AuthenticationInfo.getCachedServerAuth(Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo; (6)
                  (Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.requestAuthentication:(Ljava/lang/String;Ljava/util/function/Function;)Lsun/net/www/protocol/http/AuthenticationInfo;
            areturn
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  static sun.net.www.protocol.http.AuthenticationInfo getAuth(java.lang.String, java.net.URL);
    descriptor: (Ljava/lang/String;Ljava/net/URL;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String key
        start local 1 // java.net.URL url
         0: .line 355
            aload 1 /* url */
            ifnonnull 2
         1: .line 356
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* key */
            aconst_null
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            areturn
         2: .line 358
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* key */
            aload 1 /* url */
            invokevirtual java.net.URL.getPath:()Ljava/lang/String;
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            areturn
        end local 1 // java.net.URL url
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   key  Ljava/lang/String;
            0    3     1   url  Ljava/net/URL;
    MethodParameters:
      Name  Flags
      key   
      url   

  static sun.net.www.protocol.http.AuthenticationInfo getProxyAuth(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // java.lang.String host
        start local 1 // int port
        start local 2 // java.lang.String authenticatorKey
         0: .line 369
            new java.lang.StringBuilder
            dup
            ldc "p::"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* host */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 370
            ldc ";auth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* authenticatorKey */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 369
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* key */
        start local 3 // java.lang.String key
         3: .line 371
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 3 /* key */
            aconst_null
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            astore 4 /* result */
        start local 4 // sun.net.www.protocol.http.AuthenticationInfo result
         4: .line 372
            aload 4 /* result */
            areturn
        end local 4 // sun.net.www.protocol.http.AuthenticationInfo result
        end local 3 // java.lang.String key
        end local 2 // java.lang.String authenticatorKey
        end local 1 // int port
        end local 0 // java.lang.String host
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              host  Ljava/lang/String;
            0    5     1              port  I
            0    5     2  authenticatorKey  Ljava/lang/String;
            3    5     3               key  Ljava/lang/String;
            4    5     4            result  Lsun/net/www/protocol/http/AuthenticationInfo;
    MethodParameters:
                  Name  Flags
      host              
      port              
      authenticatorKey  

  static java.lang.String getProxyAuthKey(java.lang.String, int, java.lang.String, sun.net.www.protocol.http.AuthScheme, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Lsun/net/www/protocol/http/AuthScheme;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // java.lang.String host
        start local 1 // int port
        start local 2 // java.lang.String realm
        start local 3 // sun.net.www.protocol.http.AuthScheme scheme
        start local 4 // java.lang.String authenticatorKey
         0: .line 382
            new java.lang.StringBuilder
            dup
            ldc "p:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* scheme */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         1: .line 383
            ldc "::"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* host */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 384
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* realm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 385
            ldc ";auth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* authenticatorKey */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 382
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* key */
        start local 5 // java.lang.String key
         5: .line 386
            aload 5 /* key */
            areturn
        end local 5 // java.lang.String key
        end local 4 // java.lang.String authenticatorKey
        end local 3 // sun.net.www.protocol.http.AuthScheme scheme
        end local 2 // java.lang.String realm
        end local 1 // int port
        end local 0 // java.lang.String host
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              host  Ljava/lang/String;
            0    6     1              port  I
            0    6     2             realm  Ljava/lang/String;
            0    6     3            scheme  Lsun/net/www/protocol/http/AuthScheme;
            0    6     4  authenticatorKey  Ljava/lang/String;
            5    6     5               key  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      host              
      port              
      realm             
      scheme            
      authenticatorKey  

  private static sun.net.www.protocol.http.AuthenticationInfo getCachedProxyAuth(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String key
         0: .line 390
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* key */
            aconst_null
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            areturn
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  static sun.net.www.protocol.http.AuthenticationInfo getProxyAuth(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String key
         0: .line 394
            getstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
            ifne 1
            aload 0 /* key */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.getCachedProxyAuth:(Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
            areturn
         1: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* key */
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  sun/net/www/protocol/http/AuthenticationInfo.getCachedProxyAuth(Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo; (6)
                  (Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.requestAuthentication:(Ljava/lang/String;Ljava/util/function/Function;)Lsun/net/www/protocol/http/AuthenticationInfo;
            areturn
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  void addToCache();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 403
            aload 0 /* this */
            iconst_1
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            astore 1 /* key */
        start local 1 // java.lang.String key
         1: .line 404
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.useAuthCache:()Z
            ifeq 5
         2: .line 405
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 1 /* key */
            aload 0 /* this */
            invokeinterface sun.net.www.protocol.http.AuthCache.put:(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V
         3: .line 406
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.supportsPreemptiveAuthorization:()Z
            ifeq 5
         4: .line 407
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* this */
            iconst_0
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            aload 0 /* this */
            invokeinterface sun.net.www.protocol.http.AuthCache.put:(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V
         5: .line 410
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* key */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.endAuthRequest:(Ljava/lang/String;)V
         6: .line 411
            return
        end local 1 // java.lang.String key
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
            1    7     1   key  Ljava/lang/String;

  static void endAuthRequest(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String key
         0: .line 414
            getstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
            ifne 2
         1: .line 415
            return
         2: .line 417
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         3: .line 418
            aload 0 /* key */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.requestCompleted:(Ljava/lang/String;)V
         4: .line 417
            aload 1
            monitorexit
         5: goto 8
      StackMap locals: java.lang.String java.util.HashMap
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 420
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0   key  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      key   

  void removeFromCache();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 426
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* this */
            iconst_1
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            aload 0 /* this */
            invokeinterface sun.net.www.protocol.http.AuthCache.remove:(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V
         1: .line 427
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.supportsPreemptiveAuthorization:()Z
            ifeq 3
         2: .line 428
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* this */
            iconst_0
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            aload 0 /* this */
            invokeinterface sun.net.www.protocol.http.AuthCache.remove:(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V
         3: .line 430
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public abstract boolean supportsPreemptiveAuthorization();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.String getHeaderName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 442
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            bipush 115
            if_icmpne 2
         1: .line 443
            ldc "Authorization"
            areturn
         2: .line 445
      StackMap locals:
      StackMap stack:
            ldc "Proxy-authorization"
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public abstract java.lang.String getHeaderValue(java.net.URL, java.lang.String);
    descriptor: (Ljava/net/URL;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      url     
      method  

  public abstract boolean setHeaders(sun.net.www.protocol.http.HttpURLConnection, sun.net.www.HeaderParser, java.lang.String);
    descriptor: (Lsun/net/www/protocol/http/HttpURLConnection;Lsun/net/www/HeaderParser;Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      conn  
      p     
      raw   

  public abstract boolean isAuthorizationStale(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      header  

  java.lang.String cacheKey(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // boolean includeRealm
         0: .line 489
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.getAuthenticatorKey:()Ljava/lang/String;
            astore 2 /* authenticatorKey */
        start local 2 // java.lang.String authenticatorKey
         1: .line 490
            iload 1 /* includeRealm */
            ifeq 6
         2: .line 491
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 492
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.realm:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 493
            ldc ";auth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* authenticatorKey */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 491
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         6: .line 495
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 496
            ldc ";auth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* authenticatorKey */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 495
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String authenticatorKey
        end local 1 // boolean includeRealm
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0    9     1      includeRealm  Z
            1    9     2  authenticatorKey  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      includeRealm  

  private synchronized void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // java.io.ObjectInputStream s
         0: .line 506
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 507
            aload 0 /* this */
            new java.net.PasswordAuthentication
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.s1:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.s2:Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            invokespecial java.net.PasswordAuthentication.<init>:(Ljava/lang/String;[C)V
            putfield sun.net.www.protocol.http.AuthenticationInfo.pw:Ljava/net/PasswordAuthentication;
         2: .line 508
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.AuthenticationInfo.s1:Ljava/lang/String;
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.AuthenticationInfo.s2:Ljava/lang/String;
         3: .line 509
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.authenticatorKey:Ljava/lang/String;
            ifnonnull 5
         4: .line 510
            aload 0 /* this */
            ldc "default"
            putfield sun.net.www.protocol.http.AuthenticationInfo.authenticatorKey:Ljava/lang/String;
         5: .line 512
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0    6     1     s  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     

  private synchronized void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 518
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.authenticatorKey:Ljava/lang/String;
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 519
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.pw:Ljava/net/PasswordAuthentication;
            invokevirtual java.net.PasswordAuthentication.getUserName:()Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.s1:Ljava/lang/String;
         2: .line 520
            aload 0 /* this */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.pw:Ljava/net/PasswordAuthentication;
            invokevirtual java.net.PasswordAuthentication.getPassword:()[C
            invokespecial java.lang.String.<init>:([C)V
            putfield sun.net.www.protocol.http.AuthenticationInfo.s2:Ljava/lang/String;
         3: .line 521
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         4: .line 522
            return
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0    5     1     s  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "AuthenticationInfo.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Type = sun.net.www.protocol.http.AuthCacheValue$Type of sun.net.www.protocol.http.AuthCacheValue