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 final java.util.HashMap<java.lang.String, java.lang.Thread> requests;
    descriptor: Ljava/util/HashMap;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Thread;>;

  private static final java.util.concurrent.locks.ReentrantLock requestLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantLock;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.concurrent.locks.Condition requestFinished;
    descriptor: Ljava/util/concurrent/locks/Condition;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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 56
            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 75
            new sun.security.action.GetBooleanAction
            dup
         4: .line 76
            ldc "http.auth.serializeRequests"
         5: .line 75
            invokespecial sun.security.action.GetBooleanAction.<init>:(Ljava/lang/String;)V
         6: .line 74
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Boolean
         7: .line 76
            invokevirtual java.lang.Boolean.booleanValue:()Z
         8: .line 74
            putstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
         9: .line 130
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
        10: .line 131
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
        11: .line 132
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.newCondition:()Ljava/util/concurrent/locks/Condition;
            putstatic sun.net.www.protocol.http.AuthenticationInfo.requestFinished:Ljava/util/concurrent/locks/Condition;
            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 84
            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 88
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            bipush 115
            if_icmpne 2
         1: .line 89
            getstatic sun.net.www.protocol.http.AuthCacheValue$Type.Server:Lsun/net/www/protocol/http/AuthCacheValue$Type;
            goto 3
         2: .line 90
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthCacheValue$Type.Proxy:Lsun/net/www/protocol/http/AuthCacheValue$Type;
         3: .line 88
      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 94
            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 98
            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 101
            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 104
            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 107
            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 110
            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 120
            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=7, args_size=2
        start local 0 // java.lang.String key
        start local 1 // java.util.function.Function cache
         0: .line 141
            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 142
            aload 2 /* cached */
            ifnonnull 2
            getstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
            ifne 3
         2: .line 146
      StackMap locals: sun.net.www.protocol.http.AuthenticationInfo
      StackMap stack:
            aload 2 /* cached */
            areturn
         3: .line 148
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         4: .line 152
            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 153
            aload 2 /* cached */
            ifnull 7
            aload 2 /* cached */
            astore 6
         6: .line 174
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
            aload 6
            areturn
         7: .line 158
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 4 /* c */
        start local 4 // java.lang.Thread c
         8: .line 159
            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 3 /* t */
        start local 3 // java.lang.Thread t
         9: ifnonnull 15
        10: .line 160
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            aload 4 /* c */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 161
            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 162
      StackMap locals: java.lang.Thread java.lang.Thread
      StackMap stack:
            aload 2 /* cached */
            astore 6
        13: .line 174
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        14: .line 162
            aload 6
            areturn
        15: .line 164
      StackMap locals:
      StackMap stack:
            aload 3 /* t */
            aload 4 /* c */
            if_acmpne 21
        16: .line 165
            getstatic sun.net.www.protocol.http.AuthenticationInfo.$assertionsDisabled:Z
            ifne 17
            aload 2 /* cached */
            ifnull 17
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        17: .line 166
      StackMap locals:
      StackMap stack:
            aload 2 /* cached */
            astore 6
        18: .line 174
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        19: .line 166
            aload 6
            areturn
        20: .line 171
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestFinished:Ljava/util/concurrent/locks/Condition;
            invokeinterface java.util.concurrent.locks.Condition.awaitUninterruptibly:()V
        21: .line 170
      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 20
        end local 4 // java.lang.Thread c
        end local 3 // java.lang.Thread t
        22: .line 173
            goto 26
      StackMap locals: java.lang.String java.util.function.Function sun.net.www.protocol.http.AuthenticationInfo
      StackMap stack: java.lang.Throwable
        23: astore 5
        24: .line 174
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        25: .line 175
            aload 5
            athrow
        26: .line 174
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        27: .line 177
            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   28     0     key  Ljava/lang/String;
            0   28     1   cache  Ljava/util/function/Function<Ljava/lang/String;Lsun/net/www/protocol/http/AuthenticationInfo;>;
            1   28     2  cached  Lsun/net/www/protocol/http/AuthenticationInfo;
            9   22     3       t  Ljava/lang/Thread;
            8   22     4       c  Ljava/lang/Thread;
      Exception table:
        from    to  target  type
           4     6      23  any
           7    13      23  any
          15    18      23  any
          20    23      23  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 184
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 186
            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 1 /* thread */
        start local 1 // java.lang.Thread thread
         2: .line 187
            aload 1 /* thread */
            ifnull 7
            aload 1 /* thread */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            if_acmpne 7
         3: .line 188
            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.lang.Thread
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 2 /* waspresent */
        start local 2 // boolean waspresent
         6: .line 189
            getstatic sun.net.www.protocol.http.AuthenticationInfo.$assertionsDisabled:Z
            ifne 7
            iload 2 /* waspresent */
            ifne 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 2 // boolean waspresent
         7: .line 191
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestFinished:Ljava/util/concurrent/locks/Condition;
            invokeinterface java.util.concurrent.locks.Condition.signalAll:()V
        end local 1 // java.lang.Thread thread
         8: .line 192
            goto 12
      StackMap locals: java.lang.String
      StackMap stack: java.lang.Throwable
         9: astore 3
        10: .line 193
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        11: .line 194
            aload 3
            athrow
        12: .line 193
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requestLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        13: .line 195
            return
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0         key  Ljava/lang/String;
            2    8     1      thread  Ljava/lang/Thread;
            6    7     2  waspresent  Z
      Exception table:
        from    to  target  type
           1     9       9  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 239
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.AuthCacheValue.<init>:()V
         1: .line 241
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.net.www.protocol.http.AuthenticationInfo.type:C
         2: .line 242
            aload 0 /* this */
            aload 2 /* authScheme */
            putfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
         3: .line 243
            aload 0 /* this */
            ldc ""
            putfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
         4: .line 244
            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 245
            aload 0 /* this */
            iload 4 /* port */
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         6: .line 246
            aload 0 /* this */
            aload 5 /* realm */
            putfield sun.net.www.protocol.http.AuthenticationInfo.realm:Ljava/lang/String;
         7: .line 247
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
         8: .line 248
            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 249
            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 253
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
         1: areturn
         2: .line 254
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 256
            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 264
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.AuthCacheValue.<init>:()V
         1: .line 266
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.net.www.protocol.http.AuthenticationInfo.type:C
         2: .line 267
            aload 0 /* this */
            aload 2 /* authScheme */
            putfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
         3: .line 268
            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 269
            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 270
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getPort:()I
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         6: .line 271
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            iconst_m1
            if_icmpne 8
         7: .line 272
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         8: .line 274
      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 276
            aload 3 /* url */
            invokevirtual java.net.URL.getPath:()Ljava/lang/String;
            astore 6 /* urlPath */
        start local 6 // java.lang.String urlPath
        10: .line 277
            aload 6 /* urlPath */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 12
        11: .line 278
            aload 0 /* this */
            aload 6 /* urlPath */
            putfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
            goto 13
        12: .line 280
      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 282
      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 283
            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 291
            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 300
            aload 0 /* urlPath */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* sepIndex */
        start local 1 // int sepIndex
         1: .line 301
            aload 0 /* urlPath */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 2 /* targetSuffixIndex */
        start local 2 // int targetSuffixIndex
         2: .line 302
            iload 1 /* sepIndex */
            iconst_m1
            if_icmpeq 6
         3: .line 303
            iload 1 /* sepIndex */
            iload 2 /* targetSuffixIndex */
            if_icmpge 5
         4: .line 304
            aload 0 /* urlPath */
            iconst_0
            iload 1 /* sepIndex */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
         5: .line 306
      StackMap locals: int int
      StackMap stack:
            aload 0 /* urlPath */
            areturn
         6: .line 308
      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 317
            aload 0 /* url */
            invokevirtual java.net.URL.getPort:()I
            istore 2 /* port */
        start local 2 // int port
         1: .line 318
            iload 2 /* port */
            iconst_m1
            if_icmpne 3
         2: .line 319
            aload 0 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            istore 2 /* port */
         3: .line 321
      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 322
            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 323
            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 321
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* key */
        start local 3 // java.lang.String key
         7: .line 324
            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 335
            aload 0 /* url */
            invokevirtual java.net.URL.getPort:()I
            istore 4 /* port */
        start local 4 // int port
         1: .line 336
            iload 4 /* port */
            iconst_m1
            if_icmpne 3
         2: .line 337
            aload 0 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            istore 4 /* port */
         3: .line 339
      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 340
            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 341
            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 342
            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 343
            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 339
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* key */
        start local 5 // java.lang.String key
         9: .line 344
            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 348
            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 352
            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 353
      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 362
            aload 1 /* url */
            ifnonnull 2
         1: .line 363
            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 365
      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 376
            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 377
            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 376
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* key */
        start local 3 // java.lang.String key
         3: .line 378
            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 379
            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 389
            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 390
            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 391
            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 392
            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 389
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* key */
        start local 5 // java.lang.String key
         5: .line 393
            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 397
            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 401
            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 402
      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 410
            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 411
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.useAuthCache:()Z
            ifeq 5
         2: .line 412
            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 413
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.supportsPreemptiveAuthorization:()Z
            ifeq 5
         4: .line 414
            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 417
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* key */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.endAuthRequest:(Ljava/lang/String;)V
         6: .line 418
            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=1, locals=1, args_size=1
        start local 0 // java.lang.String key
         0: .line 421
            getstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
            ifne 2
         1: .line 422
            return
         2: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* key */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.requestCompleted:(Ljava/lang/String;)V
         3: .line 425
            return
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   key  Ljava/lang/String;
    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 431
            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 432
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.supportsPreemptiveAuthorization:()Z
            ifeq 3
         2: .line 433
            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 435
      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 447
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            bipush 115
            if_icmpne 2
         1: .line 448
            ldc "Authorization"
            areturn
         2: .line 450
      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 494
            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 495
            iload 1 /* includeRealm */
            ifeq 6
         2: .line 496
            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 497
            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 498
            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 496
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         6: .line 500
      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 501
            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 500
            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 512
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 513
            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 514
            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 515
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.authenticatorKey:Ljava/lang/String;
            ifnonnull 5
         4: .line 516
            aload 0 /* this */
            ldc "default"
            putfield sun.net.www.protocol.http.AuthenticationInfo.authenticatorKey:Ljava/lang/String;
         5: .line 518
      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 525
            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 526
            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 527
            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 528
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         4: .line 529
            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