public class com.jcraft.jsch.UserAuthGSSAPIWithMIC extends com.jcraft.jsch.UserAuth
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.jcraft.jsch.UserAuthGSSAPIWithMIC
  super_class: com.jcraft.jsch.UserAuth
{
  private static final int SSH_MSG_USERAUTH_GSSAPI_RESPONSE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 60

  private static final int SSH_MSG_USERAUTH_GSSAPI_TOKEN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 61

  private static final int SSH_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 63

  private static final int SSH_MSG_USERAUTH_GSSAPI_ERROR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  private static final int SSH_MSG_USERAUTH_GSSAPI_ERRTOK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65

  private static final int SSH_MSG_USERAUTH_GSSAPI_MIC;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 66

  private static final byte[][] supported_oid;
    descriptor: [[B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String[] supported_method;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 40
            iconst_1
            anewarray byte[]
            dup
            iconst_0
         1: .line 42
            bipush 11
            newarray 8
            dup
            iconst_0
            bipush 6
            bastore
            dup
            iconst_1
            bipush 9
            bastore
            dup
            iconst_2
            bipush 42
            bastore
            dup
            iconst_3
            bipush -122
            bastore
            dup
            iconst_4
            bipush 72
            bastore
            dup
            iconst_5
         2: .line 43
            bipush -122
            bastore
            dup
            bipush 6
            bipush -9
            bastore
            dup
            bipush 7
            bipush 18
            bastore
            dup
            bipush 8
            iconst_1
            bastore
            dup
            bipush 9
            iconst_2
            bastore
            dup
            bipush 10
         3: .line 44
            iconst_2
            bastore
            aastore
         4: .line 40
            putstatic com.jcraft.jsch.UserAuthGSSAPIWithMIC.supported_oid:[[B
         5: .line 47
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         6: .line 48
            ldc "gssapi-with-mic.krb5"
            aastore
         7: .line 47
            putstatic com.jcraft.jsch.UserAuthGSSAPIWithMIC.supported_method:[Ljava/lang/String;
         8: .line 49
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.UserAuthGSSAPIWithMIC this
         0: .line 32
            aload 0 /* this */
            invokespecial com.jcraft.jsch.UserAuth.<init>:()V
            return
        end local 0 // com.jcraft.jsch.UserAuthGSSAPIWithMIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/UserAuthGSSAPIWithMIC;

  public boolean start(com.jcraft.jsch.Session);
    descriptor: (Lcom/jcraft/jsch/Session;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // com.jcraft.jsch.UserAuthGSSAPIWithMIC this
        start local 1 // com.jcraft.jsch.Session session
         0: .line 52
            aload 0 /* this */
            aload 1 /* session */
            invokespecial com.jcraft.jsch.UserAuth.start:(Lcom/jcraft/jsch/Session;)Z
            pop
         1: .line 54
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.username:Ljava/lang/String;
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            astore 2 /* _username */
        start local 2 // byte[] _username
         2: .line 56
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Packet.reset:()V
         3: .line 64
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            bipush 50
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
         4: .line 65
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            aload 2 /* _username */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         5: .line 66
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            ldc "ssh-connection"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         6: .line 67
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            ldc "gssapi-with-mic"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         7: .line 68
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            getstatic com.jcraft.jsch.UserAuthGSSAPIWithMIC.supported_oid:[[B
            arraylength
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         8: .line 69
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 12
        10: .line 70
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            getstatic com.jcraft.jsch.UserAuthGSSAPIWithMIC.supported_oid:[[B
            iload 3 /* i */
            aaload
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        11: .line 69
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            getstatic com.jcraft.jsch.UserAuthGSSAPIWithMIC.supported_oid:[[B
            arraylength
            if_icmplt 10
        end local 3 // int i
        13: .line 72
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        14: .line 74
            aconst_null
            astore 3 /* method */
        start local 3 // java.lang.String method
        15: .line 77
      StackMap locals: com.jcraft.jsch.UserAuthGSSAPIWithMIC com.jcraft.jsch.Session byte[] java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Session.read:(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/Buffer;
            putfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
        16: .line 78
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getCommand:()B
            sipush 255
            iand
            istore 4 /* command */
        start local 4 // int command
        17: .line 80
            iload 4 /* command */
            bipush 51
            if_icmpne 19
        18: .line 81
            iconst_0
            ireturn
        19: .line 84
      StackMap locals: int
      StackMap stack:
            iload 4 /* command */
            bipush 60
            if_icmpne 31
        20: .line 85
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
        21: .line 86
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            astore 5 /* message */
        start local 5 // byte[] message
        22: .line 88
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        23: goto 28
        24: .line 89
      StackMap locals: byte[] int
      StackMap stack:
            aload 5 /* message */
            getstatic com.jcraft.jsch.UserAuthGSSAPIWithMIC.supported_oid:[[B
            iload 6 /* i */
            aaload
            invokestatic com.jcraft.jsch.Util.array_equals:([B[B)Z
            ifeq 27
        25: .line 90
            getstatic com.jcraft.jsch.UserAuthGSSAPIWithMIC.supported_method:[Ljava/lang/String;
            iload 6 /* i */
            aaload
            astore 3 /* method */
        26: .line 91
            goto 29
        27: .line 88
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 6 /* i */
            getstatic com.jcraft.jsch.UserAuthGSSAPIWithMIC.supported_oid:[[B
            arraylength
            if_icmplt 24
        end local 6 // int i
        29: .line 95
      StackMap locals:
      StackMap stack:
            aload 3 /* method */
            ifnonnull 40
        30: .line 96
            iconst_0
            ireturn
        end local 5 // byte[] message
        31: .line 102
      StackMap locals:
      StackMap stack:
            iload 4 /* command */
            bipush 53
            if_icmpne 39
        32: .line 103
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
        33: .line 104
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            astore 5 /* _message */
        start local 5 // byte[] _message
        34: .line 105
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            pop
        35: .line 106
            aload 5 /* _message */
            invokestatic com.jcraft.jsch.Util.byte2str:([B)Ljava/lang/String;
            astore 6 /* message */
        start local 6 // java.lang.String message
        36: .line 107
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.userinfo:Lcom/jcraft/jsch/UserInfo;
            ifnull 15
        37: .line 108
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.userinfo:Lcom/jcraft/jsch/UserInfo;
            aload 6 /* message */
            invokeinterface com.jcraft.jsch.UserInfo.showMessage:(Ljava/lang/String;)V
        38: .line 110
            goto 15
        end local 6 // java.lang.String message
        end local 5 // byte[] _message
        39: .line 112
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        40: .line 115
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* context */
        start local 5 // com.jcraft.jsch.GSSContext context
        41: .line 117
            aload 1 /* session */
            aload 3 /* method */
            invokevirtual com.jcraft.jsch.Session.getConfig:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 6 /* c */
        start local 6 // java.lang.Class c
        42: .line 118
            aload 6 /* c */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast com.jcraft.jsch.GSSContext
            astore 5 /* context */
        end local 6 // java.lang.Class c
        43: .line 119
            goto 46
        44: .line 120
      StackMap locals: com.jcraft.jsch.UserAuthGSSAPIWithMIC com.jcraft.jsch.Session byte[] java.lang.String int com.jcraft.jsch.GSSContext
      StackMap stack: java.lang.Exception
            pop
        45: .line 121
            iconst_0
            ireturn
        46: .line 125
      StackMap locals:
      StackMap stack:
            aload 5 /* context */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.username:Ljava/lang/String;
            aload 1 /* session */
            getfield com.jcraft.jsch.Session.host:Ljava/lang/String;
            invokeinterface com.jcraft.jsch.GSSContext.create:(Ljava/lang/String;Ljava/lang/String;)V
        47: .line 126
            goto 50
        48: .line 127
      StackMap locals:
      StackMap stack: com.jcraft.jsch.JSchException
            pop
        49: .line 128
            iconst_0
            ireturn
        50: .line 131
      StackMap locals:
      StackMap stack:
            iconst_0
            newarray 8
            astore 6 /* token */
        start local 6 // byte[] token
        51: .line 133
            goto 75
        52: .line 135
      StackMap locals: byte[]
      StackMap stack:
            aload 5 /* context */
            aload 6 /* token */
            iconst_0
            aload 6 /* token */
            arraylength
            invokeinterface com.jcraft.jsch.GSSContext.init:([BII)[B
            astore 6 /* token */
        53: .line 136
            goto 56
        54: .line 137
      StackMap locals:
      StackMap stack: com.jcraft.jsch.JSchException
            pop
        55: .line 142
            iconst_0
            ireturn
        56: .line 145
      StackMap locals:
      StackMap stack:
            aload 6 /* token */
            ifnull 61
        57: .line 146
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Packet.reset:()V
        58: .line 147
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            bipush 61
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        59: .line 148
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            aload 6 /* token */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        60: .line 149
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        61: .line 152
      StackMap locals:
      StackMap stack:
            aload 5 /* context */
            invokeinterface com.jcraft.jsch.GSSContext.isEstablished:()Z
            ifne 75
        62: .line 153
            aload 0 /* this */
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Session.read:(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/Buffer;
            putfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
        63: .line 154
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getCommand:()B
            sipush 255
            iand
            istore 4 /* command */
        64: .line 155
            iload 4 /* command */
            bipush 64
            if_icmpne 68
        65: .line 161
            aload 0 /* this */
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Session.read:(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/Buffer;
            putfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
        66: .line 162
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getCommand:()B
            sipush 255
            iand
            istore 4 /* command */
        67: .line 164
            goto 71
        68: .line 165
      StackMap locals:
      StackMap stack:
            iload 4 /* command */
            bipush 65
            if_icmpne 71
        69: .line 168
            aload 0 /* this */
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Session.read:(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/Buffer;
            putfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
        70: .line 169
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getCommand:()B
            sipush 255
            iand
            istore 4 /* command */
        71: .line 173
      StackMap locals:
      StackMap stack:
            iload 4 /* command */
            bipush 51
            if_icmpne 73
        72: .line 174
            iconst_0
            ireturn
        73: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
        74: .line 178
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            astore 6 /* token */
        75: .line 133
      StackMap locals:
      StackMap stack:
            aload 5 /* context */
            invokeinterface com.jcraft.jsch.GSSContext.isEstablished:()Z
            ifeq 52
        76: .line 182
            new com.jcraft.jsch.Buffer
            dup
            invokespecial com.jcraft.jsch.Buffer.<init>:()V
            astore 7 /* mbuf */
        start local 7 // com.jcraft.jsch.Buffer mbuf
        77: .line 188
            aload 7 /* mbuf */
            aload 1 /* session */
            invokevirtual com.jcraft.jsch.Session.getSessionId:()[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        78: .line 189
            aload 7 /* mbuf */
            bipush 50
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        79: .line 190
            aload 7 /* mbuf */
            aload 2 /* _username */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        80: .line 191
            aload 7 /* mbuf */
            ldc "ssh-connection"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        81: .line 192
            aload 7 /* mbuf */
            ldc "gssapi-with-mic"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        82: .line 194
            aload 5 /* context */
            aload 7 /* mbuf */
            getfield com.jcraft.jsch.Buffer.buffer:[B
            iconst_0
            aload 7 /* mbuf */
            invokevirtual com.jcraft.jsch.Buffer.getLength:()I
            invokeinterface com.jcraft.jsch.GSSContext.getMIC:([BII)[B
            astore 8 /* mic */
        start local 8 // byte[] mic
        83: .line 196
            aload 8 /* mic */
            ifnonnull 85
        84: .line 197
            iconst_0
            ireturn
        85: .line 200
      StackMap locals: com.jcraft.jsch.Buffer byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Packet.reset:()V
        86: .line 201
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            bipush 66
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        87: .line 202
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            aload 8 /* mic */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        88: .line 203
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        89: .line 205
            aload 5 /* context */
            invokeinterface com.jcraft.jsch.GSSContext.dispose:()V
        90: .line 207
            aload 0 /* this */
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Session.read:(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/Buffer;
            putfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
        91: .line 208
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getCommand:()B
            sipush 255
            iand
            istore 4 /* command */
        92: .line 210
            iload 4 /* command */
            bipush 52
            if_icmpne 94
        93: .line 211
            iconst_1
            ireturn
        94: .line 213
      StackMap locals:
      StackMap stack:
            iload 4 /* command */
            bipush 51
            if_icmpne 100
        95: .line 214
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
        96: .line 215
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            astore 9 /* foo */
        start local 9 // byte[] foo
        97: .line 216
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthGSSAPIWithMIC.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            istore 10 /* partial_success */
        start local 10 // int partial_success
        98: .line 219
            iload 10 /* partial_success */
            ifeq 100
        99: .line 220
            new com.jcraft.jsch.JSchPartialAuthException
            dup
            aload 9 /* foo */
            invokestatic com.jcraft.jsch.Util.byte2str:([B)Ljava/lang/String;
            invokespecial com.jcraft.jsch.JSchPartialAuthException.<init>:(Ljava/lang/String;)V
            athrow
        end local 10 // int partial_success
        end local 9 // byte[] foo
       100: .line 223
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 8 // byte[] mic
        end local 7 // com.jcraft.jsch.Buffer mbuf
        end local 6 // byte[] token
        end local 5 // com.jcraft.jsch.GSSContext context
        end local 4 // int command
        end local 3 // java.lang.String method
        end local 2 // byte[] _username
        end local 1 // com.jcraft.jsch.Session session
        end local 0 // com.jcraft.jsch.UserAuthGSSAPIWithMIC this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  101     0             this  Lcom/jcraft/jsch/UserAuthGSSAPIWithMIC;
            0  101     1          session  Lcom/jcraft/jsch/Session;
            2  101     2        _username  [B
            9   13     3                i  I
           15  101     3           method  Ljava/lang/String;
           17  101     4          command  I
           22   31     5          message  [B
           23   29     6                i  I
           34   39     5         _message  [B
           36   39     6          message  Ljava/lang/String;
           41  101     5          context  Lcom/jcraft/jsch/GSSContext;
           42   43     6                c  Ljava/lang/Class;
           51  101     6            token  [B
           77  101     7             mbuf  Lcom/jcraft/jsch/Buffer;
           83  101     8              mic  [B
           97  100     9              foo  [B
           98  100    10  partial_success  I
      Exception table:
        from    to  target  type
          41    43      44  Class java.lang.Exception
          46    47      48  Class com.jcraft.jsch.JSchException
          52    53      54  Class com.jcraft.jsch.JSchException
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      session  
}
SourceFile: "UserAuthGSSAPIWithMIC.java"