public class sun.net.www.protocol.http.spnego.NegotiatorImpl extends sun.net.www.protocol.http.Negotiator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.net.www.protocol.http.spnego.NegotiatorImpl
  super_class: sun.net.www.protocol.http.Negotiator
{
  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private org.ietf.jgss.GSSContext context;
    descriptor: Lorg/ietf/jgss/GSSContext;
    flags: (0x0002) ACC_PRIVATE

  private byte[] oneToken;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 54
            new sun.security.action.GetBooleanAction
            dup
            ldc "sun.security.krb5.debug"
            invokespecial sun.security.action.GetBooleanAction.<init>:(Ljava/lang/String;)V
         1: .line 53
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         2: .line 52
            putstatic sun.net.www.protocol.http.spnego.NegotiatorImpl.DEBUG:Z
         3: .line 54
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void init(sun.net.www.protocol.http.HttpCallerInfo);
    descriptor: (Lsun/net/www/protocol/http/HttpCallerInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // sun.net.www.protocol.http.spnego.NegotiatorImpl this
        start local 1 // sun.net.www.protocol.http.HttpCallerInfo hci
         0: .line 70
            aload 1 /* hci */
            getfield sun.net.www.protocol.http.HttpCallerInfo.scheme:Ljava/lang/String;
            ldc "Kerberos"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 72
            getstatic sun.security.jgss.GSSUtil.GSS_KRB5_MECH_OID:Lorg/ietf/jgss/Oid;
            astore 2 /* oid */
        start local 2 // org.ietf.jgss.Oid oid
         2: .line 73
            goto 9
        end local 2 // org.ietf.jgss.Oid oid
         3: .line 75
      StackMap locals:
      StackMap stack:
            new sun.net.www.protocol.http.spnego.NegotiatorImpl$1
            dup
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.spnego.NegotiatorImpl$1.<init>:(Lsun/net/www/protocol/http/spnego/NegotiatorImpl;)V
         4: .line 74
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* pref */
        start local 3 // java.lang.String pref
         5: .line 82
            aload 3 /* pref */
            ldc "kerberos"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 8
         6: .line 83
            getstatic sun.security.jgss.GSSUtil.GSS_KRB5_MECH_OID:Lorg/ietf/jgss/Oid;
            astore 2 /* oid */
        start local 2 // org.ietf.jgss.Oid oid
         7: .line 84
            goto 9
        end local 2 // org.ietf.jgss.Oid oid
         8: .line 86
      StackMap locals: sun.net.www.protocol.http.spnego.NegotiatorImpl sun.net.www.protocol.http.HttpCallerInfo top java.lang.String
      StackMap stack:
            getstatic sun.security.jgss.GSSUtil.GSS_SPNEGO_MECH_OID:Lorg/ietf/jgss/Oid;
            astore 2 /* oid */
        end local 3 // java.lang.String pref
        start local 2 // org.ietf.jgss.Oid oid
         9: .line 90
      StackMap locals: sun.net.www.protocol.http.spnego.NegotiatorImpl sun.net.www.protocol.http.HttpCallerInfo org.ietf.jgss.Oid
      StackMap stack:
            new sun.security.jgss.GSSManagerImpl
            dup
        10: .line 91
            new sun.security.jgss.HttpCaller
            dup
            aload 1 /* hci */
            invokespecial sun.security.jgss.HttpCaller.<init>:(Lsun/net/www/protocol/http/HttpCallerInfo;)V
        11: .line 90
            invokespecial sun.security.jgss.GSSManagerImpl.<init>:(Lsun/security/jgss/GSSCaller;)V
            astore 3 /* manager */
        start local 3 // sun.security.jgss.GSSManagerImpl manager
        12: .line 95
            new java.lang.StringBuilder
            dup
            ldc "HTTP@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* hci */
            getfield sun.net.www.protocol.http.HttpCallerInfo.host:Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* peerName */
        start local 4 // java.lang.String peerName
        13: .line 97
            aload 3 /* manager */
            aload 4 /* peerName */
        14: .line 98
            getstatic org.ietf.jgss.GSSName.NT_HOSTBASED_SERVICE:Lorg/ietf/jgss/Oid;
        15: .line 97
            invokevirtual sun.security.jgss.GSSManagerImpl.createName:(Ljava/lang/String;Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName;
            astore 5 /* serverName */
        start local 5 // org.ietf.jgss.GSSName serverName
        16: .line 99
            aload 0 /* this */
            aload 3 /* manager */
            aload 5 /* serverName */
        17: .line 100
            aload 2 /* oid */
        18: .line 101
            aconst_null
        19: .line 102
            iconst_0
        20: .line 99
            invokevirtual sun.security.jgss.GSSManagerImpl.createContext:(Lorg/ietf/jgss/GSSName;Lorg/ietf/jgss/Oid;Lorg/ietf/jgss/GSSCredential;I)Lorg/ietf/jgss/GSSContext;
            putfield sun.net.www.protocol.http.spnego.NegotiatorImpl.context:Lorg/ietf/jgss/GSSContext;
        21: .line 105
            aload 0 /* this */
            getfield sun.net.www.protocol.http.spnego.NegotiatorImpl.context:Lorg/ietf/jgss/GSSContext;
            instanceof sun.security.jgss.GSSContextImpl
            ifeq 23
        22: .line 106
            aload 0 /* this */
            getfield sun.net.www.protocol.http.spnego.NegotiatorImpl.context:Lorg/ietf/jgss/GSSContext;
            checkcast sun.security.jgss.GSSContextImpl
            iconst_1
            invokevirtual sun.security.jgss.GSSContextImpl.requestDelegPolicy:(Z)V
        23: .line 108
      StackMap locals: sun.security.jgss.GSSManagerImpl java.lang.String org.ietf.jgss.GSSName
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.net.www.protocol.http.spnego.NegotiatorImpl.context:Lorg/ietf/jgss/GSSContext;
            iconst_0
            newarray 8
            iconst_0
            iconst_0
            invokeinterface org.ietf.jgss.GSSContext.initSecContext:([BII)[B
            putfield sun.net.www.protocol.http.spnego.NegotiatorImpl.oneToken:[B
        24: .line 109
            return
        end local 5 // org.ietf.jgss.GSSName serverName
        end local 4 // java.lang.String peerName
        end local 3 // sun.security.jgss.GSSManagerImpl manager
        end local 2 // org.ietf.jgss.Oid oid
        end local 1 // sun.net.www.protocol.http.HttpCallerInfo hci
        end local 0 // sun.net.www.protocol.http.spnego.NegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lsun/net/www/protocol/http/spnego/NegotiatorImpl;
            0   25     1         hci  Lsun/net/www/protocol/http/HttpCallerInfo;
            2    3     2         oid  Lorg/ietf/jgss/Oid;
            7    8     2         oid  Lorg/ietf/jgss/Oid;
            9   25     2         oid  Lorg/ietf/jgss/Oid;
            5    9     3        pref  Ljava/lang/String;
           12   25     3     manager  Lsun/security/jgss/GSSManagerImpl;
           13   25     4    peerName  Ljava/lang/String;
           16   25     5  serverName  Lorg/ietf/jgss/GSSName;
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
      Name  Flags
      hci   

  public void <init>(sun.net.www.protocol.http.HttpCallerInfo);
    descriptor: (Lsun/net/www/protocol/http/HttpCallerInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.net.www.protocol.http.spnego.NegotiatorImpl this
        start local 1 // sun.net.www.protocol.http.HttpCallerInfo hci
         0: .line 115
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.Negotiator.<init>:()V
         1: .line 117
            aload 0 /* this */
            aload 1 /* hci */
            invokevirtual sun.net.www.protocol.http.spnego.NegotiatorImpl.init:(Lsun/net/www/protocol/http/HttpCallerInfo;)V
         2: .line 118
            goto 10
      StackMap locals: sun.net.www.protocol.http.spnego.NegotiatorImpl sun.net.www.protocol.http.HttpCallerInfo
      StackMap stack: org.ietf.jgss.GSSException
         3: astore 2 /* e */
        start local 2 // org.ietf.jgss.GSSException e
         4: .line 119
            getstatic sun.net.www.protocol.http.spnego.NegotiatorImpl.DEBUG:Z
            ifeq 7
         5: .line 120
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Negotiate support not initiated, will fallback to other scheme if allowed. Reason:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 122
            aload 2 /* e */
            invokevirtual org.ietf.jgss.GSSException.printStackTrace:()V
         7: .line 124
      StackMap locals: org.ietf.jgss.GSSException
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Negotiate support not initiated"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
         8: .line 125
            aload 3 /* ioe */
            aload 2 /* e */
            invokevirtual java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         9: .line 126
            aload 3 /* ioe */
            athrow
        end local 3 // java.io.IOException ioe
        end local 2 // org.ietf.jgss.GSSException e
        10: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.net.www.protocol.http.HttpCallerInfo hci
        end local 0 // sun.net.www.protocol.http.spnego.NegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/net/www/protocol/http/spnego/NegotiatorImpl;
            0   11     1   hci  Lsun/net/www/protocol/http/HttpCallerInfo;
            4   10     2     e  Lorg/ietf/jgss/GSSException;
            8   10     3   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class org.ietf.jgss.GSSException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      hci   

  public byte[] firstToken();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.spnego.NegotiatorImpl this
         0: .line 136
            aload 0 /* this */
            getfield sun.net.www.protocol.http.spnego.NegotiatorImpl.oneToken:[B
            areturn
        end local 0 // sun.net.www.protocol.http.spnego.NegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/spnego/NegotiatorImpl;

  public byte[] nextToken(byte[]);
    descriptor: ([B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.net.www.protocol.http.spnego.NegotiatorImpl this
        start local 1 // byte[] token
         0: .line 148
            aload 0 /* this */
            getfield sun.net.www.protocol.http.spnego.NegotiatorImpl.context:Lorg/ietf/jgss/GSSContext;
            aload 1 /* token */
            iconst_0
            aload 1 /* token */
            arraylength
            invokeinterface org.ietf.jgss.GSSContext.initSecContext:([BII)[B
         1: areturn
         2: .line 149
      StackMap locals:
      StackMap stack: org.ietf.jgss.GSSException
            astore 2 /* e */
        start local 2 // org.ietf.jgss.GSSException e
         3: .line 150
            getstatic sun.net.www.protocol.http.spnego.NegotiatorImpl.DEBUG:Z
            ifeq 6
         4: .line 151
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Negotiate support cannot continue. Reason:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 152
            aload 2 /* e */
            invokevirtual org.ietf.jgss.GSSException.printStackTrace:()V
         6: .line 154
      StackMap locals: org.ietf.jgss.GSSException
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Negotiate support cannot continue"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
         7: .line 155
            aload 3 /* ioe */
            aload 2 /* e */
            invokevirtual java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         8: .line 156
            aload 3 /* ioe */
            athrow
        end local 3 // java.io.IOException ioe
        end local 2 // org.ietf.jgss.GSSException e
        end local 1 // byte[] token
        end local 0 // sun.net.www.protocol.http.spnego.NegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/net/www/protocol/http/spnego/NegotiatorImpl;
            0    9     1  token  [B
            3    9     2      e  Lorg/ietf/jgss/GSSException;
            7    9     3    ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class org.ietf.jgss.GSSException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      token  
}
SourceFile: "NegotiatorImpl.java"
NestMembers:
  sun.net.www.protocol.http.spnego.NegotiatorImpl$1
InnerClasses:
  sun.net.www.protocol.http.spnego.NegotiatorImpl$1