class com.jcraft.jsch.UserAuthPublicKey extends com.jcraft.jsch.UserAuth
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jcraft.jsch.UserAuthPublicKey
  super_class: com.jcraft.jsch.UserAuth
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.UserAuthPublicKey this
         0: .line 34
            aload 0 /* this */
            invokespecial com.jcraft.jsch.UserAuth.<init>:()V
            return
        end local 0 // com.jcraft.jsch.UserAuthPublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/UserAuthPublicKey;

  public boolean start(com.jcraft.jsch.Session);
    descriptor: (Lcom/jcraft/jsch/Session;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=17, args_size=2
        start local 0 // com.jcraft.jsch.UserAuthPublicKey this
        start local 1 // com.jcraft.jsch.Session session
         0: .line 37
            aload 0 /* this */
            aload 1 /* session */
            invokespecial com.jcraft.jsch.UserAuth.start:(Lcom/jcraft/jsch/Session;)Z
            pop
         1: .line 39
            aload 1 /* session */
            invokevirtual com.jcraft.jsch.Session.getIdentityRepository:()Lcom/jcraft/jsch/IdentityRepository;
            invokeinterface com.jcraft.jsch.IdentityRepository.getIdentities:()Ljava/util/Vector;
            astore 2 /* identities */
        start local 2 // java.util.Vector identities
         2: .line 41
            aconst_null
            astore 3 /* passphrase */
        start local 3 // byte[] passphrase
         3: .line 42
            aconst_null
            astore 4 /* _username */
        start local 4 // byte[] _username
         4: .line 46
            aload 2 /* identities */
            dup
            astore 6
            monitorenter
         5: .line 47
            aload 2 /* identities */
            invokevirtual java.util.Vector.size:()I
            ifgt 8
         6: .line 48
            aload 6
            monitorexit
         7: iconst_0
            ireturn
         8: .line 51
      StackMap locals: com.jcraft.jsch.UserAuthPublicKey com.jcraft.jsch.Session java.util.Vector byte[] byte[] top java.util.Vector
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.username:Ljava/lang/String;
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            astore 4 /* _username */
         9: .line 53
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        10: goto 109
        11: .line 55
      StackMap locals: int
      StackMap stack:
            aload 1 /* session */
            getfield com.jcraft.jsch.Session.auth_failures:I
            aload 1 /* session */
            getfield com.jcraft.jsch.Session.max_auth_tries:I
            if_icmplt 14
        12: .line 56
            aload 6
            monitorexit
        13: iconst_0
            ireturn
        14: .line 59
      StackMap locals:
      StackMap stack:
            aload 2 /* identities */
            iload 7 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast com.jcraft.jsch.Identity
            astore 8 /* identity */
        start local 8 // com.jcraft.jsch.Identity identity
        15: .line 60
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.getPublicKeyBlob:()[B
            astore 9 /* pubkeyblob */
        start local 9 // byte[] pubkeyblob
        16: .line 62
            aload 9 /* pubkeyblob */
            ifnull 42
        17: .line 71
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Packet.reset:()V
        18: .line 72
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            bipush 50
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        19: .line 73
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            aload 4 /* _username */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        20: .line 74
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.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
        21: .line 75
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            ldc "publickey"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        22: .line 76
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            iconst_0
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        23: .line 77
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.getAlgName:()Ljava/lang/String;
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        24: .line 78
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            aload 9 /* pubkeyblob */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        25: .line 79
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        26: .line 83
      StackMap locals: com.jcraft.jsch.Identity byte[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Session.read:(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/Buffer;
            putfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
        27: .line 84
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getCommand:()B
            sipush 255
            iand
            istore 5 /* command */
        start local 5 // int command
        28: .line 86
            iload 5 /* command */
            bipush 60
            if_icmpne 30
        29: .line 87
            goto 40
        30: .line 89
      StackMap locals: com.jcraft.jsch.UserAuthPublicKey com.jcraft.jsch.Session java.util.Vector byte[] byte[] int java.util.Vector int com.jcraft.jsch.Identity byte[]
      StackMap stack:
            iload 5 /* command */
            bipush 51
            if_icmpne 32
        31: .line 90
            goto 40
        32: .line 92
      StackMap locals:
      StackMap stack:
            iload 5 /* command */
            bipush 53
            if_icmpne 40
        33: .line 93
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
        34: .line 94
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            astore 10 /* _message */
        start local 10 // byte[] _message
        35: .line 95
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            pop
        36: .line 96
            aload 10 /* _message */
            invokestatic com.jcraft.jsch.Util.byte2str:([B)Ljava/lang/String;
            astore 11 /* message */
        start local 11 // java.lang.String message
        37: .line 97
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.userinfo:Lcom/jcraft/jsch/UserInfo;
            ifnull 26
        38: .line 98
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.userinfo:Lcom/jcraft/jsch/UserInfo;
            aload 11 /* message */
            invokeinterface com.jcraft.jsch.UserInfo.showMessage:(Ljava/lang/String;)V
        end local 11 // java.lang.String message
        end local 10 // byte[] _message
        end local 5 // int command
        39: .line 82
            goto 26
        start local 5 // int command
        40: .line 109
      StackMap locals:
      StackMap stack:
            iload 5 /* command */
            bipush 60
            if_icmpeq 42
        41: .line 110
            goto 108
        end local 5 // int command
        42: .line 116
      StackMap locals: com.jcraft.jsch.UserAuthPublicKey com.jcraft.jsch.Session java.util.Vector byte[] byte[] top java.util.Vector int com.jcraft.jsch.Identity byte[]
      StackMap stack:
            iconst_5
            istore 10 /* count */
        start local 10 // int count
        43: .line 118
      StackMap locals: int
      StackMap stack:
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.isEncrypted:()Z
            ifeq 51
            aload 3 /* passphrase */
            ifnonnull 51
        44: .line 119
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.userinfo:Lcom/jcraft/jsch/UserInfo;
            ifnonnull 45
            new com.jcraft.jsch.JSchException
            dup
            ldc "USERAUTH fail"
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
        45: .line 120
      StackMap locals:
      StackMap stack:
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.isEncrypted:()Z
            ifeq 48
        46: .line 121
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.userinfo:Lcom/jcraft/jsch/UserInfo;
            new java.lang.StringBuilder
            dup
            ldc "Passphrase for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface com.jcraft.jsch.UserInfo.promptPassphrase:(Ljava/lang/String;)Z
            ifne 48
        47: .line 122
            new com.jcraft.jsch.JSchAuthCancelException
            dup
            ldc "publickey"
            invokespecial com.jcraft.jsch.JSchAuthCancelException.<init>:(Ljava/lang/String;)V
            athrow
        48: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.userinfo:Lcom/jcraft/jsch/UserInfo;
            invokeinterface com.jcraft.jsch.UserInfo.getPassphrase:()Ljava/lang/String;
            astore 11 /* _passphrase */
        start local 11 // java.lang.String _passphrase
        49: .line 127
            aload 11 /* _passphrase */
            ifnull 51
        50: .line 128
            aload 11 /* _passphrase */
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            astore 3 /* passphrase */
        end local 11 // java.lang.String _passphrase
        51: .line 132
      StackMap locals:
      StackMap stack:
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.isEncrypted:()Z
            ifeq 52
            aload 3 /* passphrase */
            ifnull 57
        52: .line 133
      StackMap locals:
      StackMap stack:
            aload 8 /* identity */
            aload 3 /* passphrase */
            invokeinterface com.jcraft.jsch.Identity.setPassphrase:([B)Z
            ifeq 57
        53: .line 134
            aload 3 /* passphrase */
            ifnull 61
        54: .line 135
            aload 1 /* session */
            invokevirtual com.jcraft.jsch.Session.getIdentityRepository:()Lcom/jcraft/jsch/IdentityRepository;
            instanceof com.jcraft.jsch.IdentityRepository$Wrapper
            ifeq 61
        55: .line 136
            aload 1 /* session */
            invokevirtual com.jcraft.jsch.Session.getIdentityRepository:()Lcom/jcraft/jsch/IdentityRepository;
            checkcast com.jcraft.jsch.IdentityRepository$Wrapper
            invokevirtual com.jcraft.jsch.IdentityRepository$Wrapper.check:()V
        56: .line 138
            goto 61
        57: .line 141
      StackMap locals:
      StackMap stack:
            aload 3 /* passphrase */
            invokestatic com.jcraft.jsch.Util.bzero:([B)V
        58: .line 142
            aconst_null
            astore 3 /* passphrase */
        59: .line 143
            iinc 10 /* count */ -1
        60: .line 144
            iload 10 /* count */
            ifne 43
        61: .line 147
      StackMap locals:
      StackMap stack:
            aload 3 /* passphrase */
            invokestatic com.jcraft.jsch.Util.bzero:([B)V
        62: .line 148
            aconst_null
            astore 3 /* passphrase */
        63: .line 151
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.isEncrypted:()Z
            ifeq 64
            goto 108
        64: .line 152
      StackMap locals:
      StackMap stack:
            aload 9 /* pubkeyblob */
            ifnonnull 65
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.getPublicKeyBlob:()[B
            astore 9 /* pubkeyblob */
        65: .line 156
      StackMap locals:
      StackMap stack:
            aload 9 /* pubkeyblob */
            ifnonnull 66
            goto 108
        66: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Packet.reset:()V
        67: .line 168
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            bipush 50
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        68: .line 169
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            aload 4 /* _username */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        69: .line 170
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.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
        70: .line 171
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            ldc "publickey"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        71: .line 172
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            iconst_1
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        72: .line 173
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            aload 8 /* identity */
            invokeinterface com.jcraft.jsch.Identity.getAlgName:()Ljava/lang/String;
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        73: .line 174
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            aload 9 /* pubkeyblob */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        74: .line 180
            aload 1 /* session */
            invokevirtual com.jcraft.jsch.Session.getSessionId:()[B
            astore 11 /* sid */
        start local 11 // byte[] sid
        75: .line 181
            aload 11 /* sid */
            arraylength
            istore 12 /* sidlen */
        start local 12 // int sidlen
        76: .line 182
            iconst_4
            iload 12 /* sidlen */
            iadd
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.index:I
            iadd
            iconst_5
            isub
            newarray 8
            astore 13 /* tmp */
        start local 13 // byte[] tmp
        77: .line 183
            aload 13 /* tmp */
            iconst_0
            iload 12 /* sidlen */
            bipush 24
            iushr
            i2b
            bastore
        78: .line 184
            aload 13 /* tmp */
            iconst_1
            iload 12 /* sidlen */
            bipush 16
            iushr
            i2b
            bastore
        79: .line 185
            aload 13 /* tmp */
            iconst_2
            iload 12 /* sidlen */
            bipush 8
            iushr
            i2b
            bastore
        80: .line 186
            aload 13 /* tmp */
            iconst_3
            iload 12 /* sidlen */
            i2b
            bastore
        81: .line 187
            aload 11 /* sid */
            iconst_0
            aload 13 /* tmp */
            iconst_4
            iload 12 /* sidlen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        82: .line 188
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
            iconst_5
            aload 13 /* tmp */
            iconst_4
            iload 12 /* sidlen */
            iadd
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.index:I
            iconst_5
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        83: .line 189
            aload 8 /* identity */
            aload 13 /* tmp */
            invokeinterface com.jcraft.jsch.Identity.getSignature:([B)[B
            astore 14 /* signature */
        start local 14 // byte[] signature
        84: .line 190
            aload 14 /* signature */
            ifnonnull 86
        85: .line 191
            goto 110
        86: .line 193
      StackMap locals: com.jcraft.jsch.UserAuthPublicKey com.jcraft.jsch.Session java.util.Vector byte[] byte[] top java.util.Vector int com.jcraft.jsch.Identity byte[] int byte[] int byte[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            aload 14 /* signature */
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        87: .line 194
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        88: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Session.read:(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/Buffer;
            putfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
        89: .line 199
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getCommand:()B
            sipush 255
            iand
            istore 5 /* command */
        start local 5 // int command
        90: .line 201
            iload 5 /* command */
            bipush 52
            if_icmpne 93
        91: .line 202
            aload 6
            monitorexit
        92: iconst_1
            ireturn
        93: .line 204
      StackMap locals: com.jcraft.jsch.UserAuthPublicKey com.jcraft.jsch.Session java.util.Vector byte[] byte[] int java.util.Vector int com.jcraft.jsch.Identity byte[] int byte[] int byte[] byte[]
      StackMap stack:
            iload 5 /* command */
            bipush 53
            if_icmpne 101
        94: .line 205
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
        95: .line 206
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            astore 15 /* _message */
        start local 15 // byte[] _message
        96: .line 207
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            pop
        97: .line 208
            aload 15 /* _message */
            invokestatic com.jcraft.jsch.Util.byte2str:([B)Ljava/lang/String;
            astore 16 /* message */
        start local 16 // java.lang.String message
        98: .line 209
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.userinfo:Lcom/jcraft/jsch/UserInfo;
            ifnull 88
        99: .line 210
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.userinfo:Lcom/jcraft/jsch/UserInfo;
            aload 16 /* message */
            invokeinterface com.jcraft.jsch.UserInfo.showMessage:(Ljava/lang/String;)V
       100: .line 212
            goto 88
        end local 16 // java.lang.String message
        end local 15 // byte[] _message
       101: .line 214
      StackMap locals:
      StackMap stack:
            iload 5 /* command */
            bipush 51
            if_icmpne 108
       102: .line 215
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
       103: .line 216
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            astore 15 /* foo */
        start local 15 // byte[] foo
       104: .line 217
            aload 0 /* this */
            getfield com.jcraft.jsch.UserAuthPublicKey.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            istore 16 /* partial_success */
        start local 16 // int partial_success
       105: .line 220
            iload 16 /* partial_success */
            ifeq 107
       106: .line 221
            new com.jcraft.jsch.JSchPartialAuthException
            dup
            aload 15 /* foo */
            invokestatic com.jcraft.jsch.Util.byte2str:([B)Ljava/lang/String;
            invokespecial com.jcraft.jsch.JSchPartialAuthException.<init>:(Ljava/lang/String;)V
            athrow
       107: .line 223
      StackMap locals: byte[] int
      StackMap stack:
            aload 1 /* session */
            dup
            getfield com.jcraft.jsch.Session.auth_failures:I
            iconst_1
            iadd
            putfield com.jcraft.jsch.Session.auth_failures:I
        end local 16 // int partial_success
        end local 15 // byte[] foo
        end local 14 // byte[] signature
        end local 13 // byte[] tmp
        end local 12 // int sidlen
        end local 11 // byte[] sid
        end local 10 // int count
        end local 9 // byte[] pubkeyblob
        end local 8 // com.jcraft.jsch.Identity identity
        end local 5 // int command
       108: .line 53
      StackMap locals: com.jcraft.jsch.UserAuthPublicKey com.jcraft.jsch.Session java.util.Vector byte[] byte[] top java.util.Vector int
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
       109: iload 7 /* i */
            aload 2 /* identities */
            invokevirtual java.util.Vector.size:()I
            if_icmplt 11
        end local 7 // int i
       110: .line 46
      StackMap locals:
      StackMap stack:
            aload 6
            monitorexit
       111: goto 114
      StackMap locals:
      StackMap stack: java.lang.Throwable
       112: aload 6
            monitorexit
       113: athrow
       114: .line 232
      StackMap locals: com.jcraft.jsch.UserAuthPublicKey com.jcraft.jsch.Session java.util.Vector byte[] byte[]
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // byte[] _username
        end local 3 // byte[] passphrase
        end local 2 // java.util.Vector identities
        end local 1 // com.jcraft.jsch.Session session
        end local 0 // com.jcraft.jsch.UserAuthPublicKey this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  115     0             this  Lcom/jcraft/jsch/UserAuthPublicKey;
            0  115     1          session  Lcom/jcraft/jsch/Session;
            2  115     2       identities  Ljava/util/Vector;
            3  115     3       passphrase  [B
            4  115     4        _username  [B
           28   39     5          command  I
           40   42     5          command  I
           90  108     5          command  I
           10  110     7                i  I
           15  108     8         identity  Lcom/jcraft/jsch/Identity;
           16  108     9       pubkeyblob  [B
           35   39    10         _message  [B
           37   39    11          message  Ljava/lang/String;
           43  108    10            count  I
           49   51    11      _passphrase  Ljava/lang/String;
           75  108    11              sid  [B
           76  108    12           sidlen  I
           77  108    13              tmp  [B
           84  108    14        signature  [B
           96  101    15         _message  [B
           98  101    16          message  Ljava/lang/String;
          104  108    15              foo  [B
          105  108    16  partial_success  I
      Exception table:
        from    to  target  type
           5     7     112  any
           8    13     112  any
          14    92     112  any
          93   111     112  any
         112   113     112  any
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      session  
}
SourceFile: "UserAuthPublicKey.java"
InnerClasses:
  public Wrapper = com.jcraft.jsch.IdentityRepository$Wrapper of com.jcraft.jsch.IdentityRepository