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

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

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

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

  static int min;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int preferred;
    descriptor: I
    flags: (0x0008) ACC_STATIC

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

  private int state;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  com.jcraft.jsch.DH dh;
    descriptor: Lcom/jcraft/jsch/DH;
    flags: (0x0000) 

  byte[] V_S;
    descriptor: [B
    flags: (0x0000) 

  byte[] V_C;
    descriptor: [B
    flags: (0x0000) 

  byte[] I_S;
    descriptor: [B
    flags: (0x0000) 

  byte[] I_C;
    descriptor: [B
    flags: (0x0000) 

  private com.jcraft.jsch.Buffer buf;
    descriptor: Lcom/jcraft/jsch/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private com.jcraft.jsch.Packet packet;
    descriptor: Lcom/jcraft/jsch/Packet;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  protected java.lang.String hash;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 39
            sipush 1024
            putstatic com.jcraft.jsch.DHGEX.min:I
         1: .line 40
            sipush 1024
            putstatic com.jcraft.jsch.DHGEX.preferred:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.DHGEX this
         0: .line 32
            aload 0 /* this */
            invokespecial com.jcraft.jsch.KeyExchange.<init>:()V
         1: .line 41
            aload 0 /* this */
            sipush 1024
            putfield com.jcraft.jsch.DHGEX.max:I
         2: .line 59
            aload 0 /* this */
            ldc "sha-1"
            putfield com.jcraft.jsch.DHGEX.hash:Ljava/lang/String;
         3: .line 32
            return
        end local 0 // com.jcraft.jsch.DHGEX this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/DHGEX;

  public void init(com.jcraft.jsch.Session, byte[], byte[], byte[], byte[]);
    descriptor: (Lcom/jcraft/jsch/Session;[B[B[B[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // com.jcraft.jsch.DHGEX this
        start local 1 // com.jcraft.jsch.Session session
        start local 2 // byte[] V_S
        start local 3 // byte[] V_C
        start local 4 // byte[] I_S
        start local 5 // byte[] I_C
         0: .line 63
            aload 0 /* this */
            aload 1 /* session */
            putfield com.jcraft.jsch.DHGEX.session:Lcom/jcraft/jsch/Session;
         1: .line 64
            aload 0 /* this */
            aload 2 /* V_S */
            putfield com.jcraft.jsch.DHGEX.V_S:[B
         2: .line 65
            aload 0 /* this */
            aload 3 /* V_C */
            putfield com.jcraft.jsch.DHGEX.V_C:[B
         3: .line 66
            aload 0 /* this */
            aload 4 /* I_S */
            putfield com.jcraft.jsch.DHGEX.I_S:[B
         4: .line 67
            aload 0 /* this */
            aload 5 /* I_C */
            putfield com.jcraft.jsch.DHGEX.I_C:[B
         5: .line 70
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.hash:Ljava/lang/String;
            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
         6: .line 71
            aload 0 /* this */
            aload 6 /* c */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast com.jcraft.jsch.HASH
            putfield com.jcraft.jsch.DHGEX.sha:Lcom/jcraft/jsch/HASH;
         7: .line 72
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.sha:Lcom/jcraft/jsch/HASH;
            invokeinterface com.jcraft.jsch.HASH.init:()V
        end local 6 // java.lang.Class c
         8: .line 73
            goto 11
         9: .line 74
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 6 /* e */
        start local 6 // java.lang.Exception e
        10: .line 75
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            aload 6 /* e */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
        end local 6 // java.lang.Exception e
        11: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.jcraft.jsch.Buffer
            dup
            invokespecial com.jcraft.jsch.Buffer.<init>:()V
            putfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
        12: .line 79
            aload 0 /* this */
            new com.jcraft.jsch.Packet
            dup
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            invokespecial com.jcraft.jsch.Packet.<init>:(Lcom/jcraft/jsch/Buffer;)V
            putfield com.jcraft.jsch.DHGEX.packet:Lcom/jcraft/jsch/Packet;
        13: .line 82
            aload 1 /* session */
            ldc "dh"
            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
        14: .line 85
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* c */
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.max:I
            invokevirtual com.jcraft.jsch.DHGEX.check2048:(Ljava/lang/Class;I)I
            dup_x1
            putfield com.jcraft.jsch.DHGEX.max:I
            putstatic com.jcraft.jsch.DHGEX.preferred:I
        15: .line 86
            aload 0 /* this */
            aload 6 /* c */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast com.jcraft.jsch.DH
            putfield com.jcraft.jsch.DHGEX.dh:Lcom/jcraft/jsch/DH;
        16: .line 87
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.dh:Lcom/jcraft/jsch/DH;
            invokeinterface com.jcraft.jsch.DH.init:()V
        end local 6 // java.lang.Class c
        17: .line 88
            goto 20
        18: .line 89
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 6 /* e */
        start local 6 // java.lang.Exception e
        19: .line 90
            aload 6 /* e */
            athrow
        end local 6 // java.lang.Exception e
        20: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Packet.reset:()V
        21: .line 94
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            bipush 34
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        22: .line 95
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            getstatic com.jcraft.jsch.DHGEX.min:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
        23: .line 96
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            getstatic com.jcraft.jsch.DHGEX.preferred:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
        24: .line 97
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.max:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
        25: .line 98
            aload 1 /* session */
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        26: .line 100
            invokestatic com.jcraft.jsch.JSch.getLogger:()Lcom/jcraft/jsch/Logger;
            iconst_1
            invokeinterface com.jcraft.jsch.Logger.isEnabled:(I)Z
            ifeq 33
        27: .line 101
            invokestatic com.jcraft.jsch.JSch.getLogger:()Lcom/jcraft/jsch/Logger;
            iconst_1
        28: .line 102
            new java.lang.StringBuilder
            dup
            ldc "SSH_MSG_KEX_DH_GEX_REQUEST("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic com.jcraft.jsch.DHGEX.min:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "<"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic com.jcraft.jsch.DHGEX.preferred: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 com.jcraft.jsch.DHGEX.max:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") sent"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 101
            invokeinterface com.jcraft.jsch.Logger.log:(ILjava/lang/String;)V
        30: .line 103
            invokestatic com.jcraft.jsch.JSch.getLogger:()Lcom/jcraft/jsch/Logger;
            iconst_1
        31: .line 104
            ldc "expecting SSH_MSG_KEX_DH_GEX_GROUP"
        32: .line 103
            invokeinterface com.jcraft.jsch.Logger.log:(ILjava/lang/String;)V
        33: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 31
            putfield com.jcraft.jsch.DHGEX.state:I
        34: .line 108
            return
        end local 5 // byte[] I_C
        end local 4 // byte[] I_S
        end local 3 // byte[] V_C
        end local 2 // byte[] V_S
        end local 1 // com.jcraft.jsch.Session session
        end local 0 // com.jcraft.jsch.DHGEX this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   35     0     this  Lcom/jcraft/jsch/DHGEX;
            0   35     1  session  Lcom/jcraft/jsch/Session;
            0   35     2      V_S  [B
            0   35     3      V_C  [B
            0   35     4      I_S  [B
            0   35     5      I_C  [B
            6    8     6        c  Ljava/lang/Class;
           10   11     6        e  Ljava/lang/Exception;
           14   17     6        c  Ljava/lang/Class;
           19   20     6        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           5     8       9  Class java.lang.Exception
          13    17      18  Class java.lang.Exception
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      session  
      V_S      
      V_C      
      I_S      
      I_C      

  public boolean next(com.jcraft.jsch.Buffer);
    descriptor: (Lcom/jcraft/jsch/Buffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // com.jcraft.jsch.DHGEX this
        start local 1 // com.jcraft.jsch.Buffer _buf
         0: .line 112
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.state:I
            tableswitch { // 31 - 33
                   31: 1
                   32: 60
                   33: 25
              default: 60
          }
         1: .line 117
      StackMap locals:
      StackMap stack:
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
         2: .line 118
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            pop
         3: .line 119
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            istore 3 /* j */
        start local 3 // int j
         4: .line 120
            iload 3 /* j */
            bipush 31
            if_icmpeq 7
         5: .line 121
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "type: must be SSH_MSG_KEX_DH_GEX_GROUP "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* j */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 122
            iconst_0
            ireturn
         7: .line 125
      StackMap locals: com.jcraft.jsch.DHGEX com.jcraft.jsch.Buffer top int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getMPInt:()[B
            putfield com.jcraft.jsch.DHGEX.p:[B
         8: .line 126
            aload 0 /* this */
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getMPInt:()[B
            putfield com.jcraft.jsch.DHGEX.g:[B
         9: .line 128
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.dh:Lcom/jcraft/jsch/DH;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.p:[B
            invokeinterface com.jcraft.jsch.DH.setP:([B)V
        10: .line 129
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.dh:Lcom/jcraft/jsch/DH;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.g:[B
            invokeinterface com.jcraft.jsch.DH.setG:([B)V
        11: .line 135
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.dh:Lcom/jcraft/jsch/DH;
            invokeinterface com.jcraft.jsch.DH.getE:()[B
            putfield com.jcraft.jsch.DHGEX.e:[B
        12: .line 137
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Packet.reset:()V
        13: .line 138
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            bipush 32
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
        14: .line 139
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.e:[B
            invokevirtual com.jcraft.jsch.Buffer.putMPInt:([B)V
        15: .line 140
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.session:Lcom/jcraft/jsch/Session;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;)V
        16: .line 142
            invokestatic com.jcraft.jsch.JSch.getLogger:()Lcom/jcraft/jsch/Logger;
            iconst_1
            invokeinterface com.jcraft.jsch.Logger.isEnabled:(I)Z
            ifeq 23
        17: .line 143
            invokestatic com.jcraft.jsch.JSch.getLogger:()Lcom/jcraft/jsch/Logger;
            iconst_1
        18: .line 144
            ldc "SSH_MSG_KEX_DH_GEX_INIT sent"
        19: .line 143
            invokeinterface com.jcraft.jsch.Logger.log:(ILjava/lang/String;)V
        20: .line 145
            invokestatic com.jcraft.jsch.JSch.getLogger:()Lcom/jcraft/jsch/Logger;
            iconst_1
        21: .line 146
            ldc "expecting SSH_MSG_KEX_DH_GEX_REPLY"
        22: .line 145
            invokeinterface com.jcraft.jsch.Logger.log:(ILjava/lang/String;)V
        23: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 33
            putfield com.jcraft.jsch.DHGEX.state:I
        24: .line 150
            iconst_1
            ireturn
        end local 3 // int j
        25: .line 159
      StackMap locals: com.jcraft.jsch.DHGEX com.jcraft.jsch.Buffer
      StackMap stack:
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            istore 3 /* j */
        start local 3 // int j
        26: .line 160
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            istore 3 /* j */
        27: .line 161
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getByte:()I
            istore 3 /* j */
        28: .line 162
            iload 3 /* j */
            bipush 33
            if_icmpeq 31
        29: .line 163
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "type: must be SSH_MSG_KEX_DH_GEX_REPLY "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* j */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        30: .line 164
            iconst_0
            ireturn
        31: .line 167
      StackMap locals: com.jcraft.jsch.DHGEX com.jcraft.jsch.Buffer top int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            putfield com.jcraft.jsch.DHGEX.K_S:[B
        32: .line 169
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getMPInt:()[B
            astore 4 /* f */
        start local 4 // byte[] f
        33: .line 170
            aload 1 /* _buf */
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            astore 5 /* sig_of_H */
        start local 5 // byte[] sig_of_H
        34: .line 172
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.dh:Lcom/jcraft/jsch/DH;
            aload 4 /* f */
            invokeinterface com.jcraft.jsch.DH.setF:([B)V
        35: .line 174
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.dh:Lcom/jcraft/jsch/DH;
            invokeinterface com.jcraft.jsch.DH.checkRange:()V
        36: .line 176
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.dh:Lcom/jcraft/jsch/DH;
            invokeinterface com.jcraft.jsch.DH.getK:()[B
            invokevirtual com.jcraft.jsch.DHGEX.normalize:([B)[B
            putfield com.jcraft.jsch.DHGEX.K:[B
        37: .line 196
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.reset:()V
        38: .line 197
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.V_C:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.V_S:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        39: .line 198
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.I_C:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.I_S:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        40: .line 199
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.K_S:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        41: .line 200
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            getstatic com.jcraft.jsch.DHGEX.min:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            getstatic com.jcraft.jsch.DHGEX.preferred:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.max:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
        42: .line 201
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.p:[B
            invokevirtual com.jcraft.jsch.Buffer.putMPInt:([B)V
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.g:[B
            invokevirtual com.jcraft.jsch.Buffer.putMPInt:([B)V
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.e:[B
            invokevirtual com.jcraft.jsch.Buffer.putMPInt:([B)V
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 4 /* f */
            invokevirtual com.jcraft.jsch.Buffer.putMPInt:([B)V
        43: .line 202
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.K:[B
            invokevirtual com.jcraft.jsch.Buffer.putMPInt:([B)V
        44: .line 204
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getLength:()I
            newarray 8
            astore 6 /* foo */
        start local 6 // byte[] foo
        45: .line 205
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.buf:Lcom/jcraft/jsch/Buffer;
            aload 6 /* foo */
            invokevirtual com.jcraft.jsch.Buffer.getByte:([B)V
        46: .line 206
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.sha:Lcom/jcraft/jsch/HASH;
            aload 6 /* foo */
            iconst_0
            aload 6 /* foo */
            arraylength
            invokeinterface com.jcraft.jsch.HASH.update:([BII)V
        47: .line 208
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.sha:Lcom/jcraft/jsch/HASH;
            invokeinterface com.jcraft.jsch.HASH.digest:()[B
            putfield com.jcraft.jsch.DHGEX.H:[B
        48: .line 212
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        49: .line 213
            iconst_0
            istore 3 /* j */
        50: .line 214
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.K_S:[B
            iload 2 /* i */
            iinc 2 /* i */ 1
            baload
            bipush 24
            ishl
            ldc -16777216
            iand
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.K_S:[B
            iload 2 /* i */
            iinc 2 /* i */ 1
            baload
            bipush 16
            ishl
            ldc 16711680
            iand
            ior
        51: .line 215
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.K_S:[B
            iload 2 /* i */
            iinc 2 /* i */ 1
            baload
            bipush 8
            ishl
            ldc 65280
            iand
        52: .line 214
            ior
        53: .line 215
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.K_S:[B
            iload 2 /* i */
            iinc 2 /* i */ 1
            baload
            sipush 255
            iand
        54: .line 214
            ior
            istore 3 /* j */
        55: .line 216
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.K_S:[B
            iload 2 /* i */
            iload 3 /* j */
            invokestatic com.jcraft.jsch.Util.byte2str:([BII)Ljava/lang/String;
            astore 7 /* alg */
        start local 7 // java.lang.String alg
        56: .line 217
            iload 2 /* i */
            iload 3 /* j */
            iadd
            istore 2 /* i */
        57: .line 219
            aload 0 /* this */
            aload 7 /* alg */
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.K_S:[B
            iload 2 /* i */
            aload 5 /* sig_of_H */
            invokevirtual com.jcraft.jsch.DHGEX.verify:(Ljava/lang/String;[BI[B)Z
            istore 8 /* result */
        start local 8 // boolean result
        58: .line 221
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.DHGEX.state:I
        59: .line 222
            iload 8 /* result */
            ireturn
        end local 8 // boolean result
        end local 7 // java.lang.String alg
        end local 6 // byte[] foo
        end local 5 // byte[] sig_of_H
        end local 4 // byte[] f
        end local 3 // int j
        end local 2 // int i
        60: .line 224
      StackMap locals: com.jcraft.jsch.DHGEX com.jcraft.jsch.Buffer
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.jcraft.jsch.Buffer _buf
        end local 0 // com.jcraft.jsch.DHGEX this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   61     0      this  Lcom/jcraft/jsch/DHGEX;
            0   61     1      _buf  Lcom/jcraft/jsch/Buffer;
           49   60     2         i  I
            4   25     3         j  I
           26   60     3         j  I
           33   60     4         f  [B
           34   60     5  sig_of_H  [B
           45   60     6       foo  [B
           56   60     7       alg  Ljava/lang/String;
           58   60     8    result  Z
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      _buf  

  public int getState();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.DHGEX this
         0: .line 227
            aload 0 /* this */
            getfield com.jcraft.jsch.DHGEX.state:I
            ireturn
        end local 0 // com.jcraft.jsch.DHGEX this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/DHGEX;

  protected int check2048(java.lang.Class, int);
    descriptor: (Ljava/lang/Class;I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.jcraft.jsch.DHGEX this
        start local 1 // java.lang.Class c
        start local 2 // int _max
         0: .line 230
            aload 1 /* c */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast com.jcraft.jsch.DH
            astore 3 /* dh */
        start local 3 // com.jcraft.jsch.DH dh
         1: .line 231
            aload 3 /* dh */
            invokeinterface com.jcraft.jsch.DH.init:()V
         2: .line 232
            sipush 257
            newarray 8
            astore 4 /* foo */
        start local 4 // byte[] foo
         3: .line 233
            aload 4 /* foo */
            iconst_1
            bipush -35
            bastore
         4: .line 234
            aload 4 /* foo */
            sipush 256
            bipush 115
            bastore
         5: .line 235
            aload 3 /* dh */
            aload 4 /* foo */
            invokeinterface com.jcraft.jsch.DH.setP:([B)V
         6: .line 236
            iconst_1
            newarray 8
            dup
            iconst_0
            iconst_2
            bastore
            astore 5 /* bar */
        start local 5 // byte[] bar
         7: .line 237
            aload 3 /* dh */
            aload 5 /* bar */
            invokeinterface com.jcraft.jsch.DH.setG:([B)V
         8: .line 239
            aload 3 /* dh */
            invokeinterface com.jcraft.jsch.DH.getE:()[B
            pop
         9: .line 240
            sipush 2048
            istore 2 /* _max */
        10: .line 241
            goto 12
        11: .line 242
      StackMap locals: com.jcraft.jsch.DHGEX java.lang.Class int com.jcraft.jsch.DH byte[] byte[]
      StackMap stack: java.lang.Exception
            pop
        12: .line 243
      StackMap locals:
      StackMap stack:
            iload 2 /* _max */
            ireturn
        end local 5 // byte[] bar
        end local 4 // byte[] foo
        end local 3 // com.jcraft.jsch.DH dh
        end local 2 // int _max
        end local 1 // java.lang.Class c
        end local 0 // com.jcraft.jsch.DHGEX this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/jcraft/jsch/DHGEX;
            0   13     1     c  Ljava/lang/Class;
            0   13     2  _max  I
            1   13     3    dh  Lcom/jcraft/jsch/DH;
            3   13     4   foo  [B
            7   13     5   bar  [B
      Exception table:
        from    to  target  type
           8    10      11  Class java.lang.Exception
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      c     
      _max  
}
SourceFile: "DHGEX.java"