public class com.jcraft.jsch.KeyPairDSA extends com.jcraft.jsch.KeyPair
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.jcraft.jsch.KeyPairDSA
  super_class: com.jcraft.jsch.KeyPair
{
  private byte[] P_array;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 84
            ldc "-----BEGIN DSA PRIVATE KEY-----"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            putstatic com.jcraft.jsch.KeyPairDSA.begin:[B
         1: .line 85
            ldc "-----END DSA PRIVATE KEY-----"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            putstatic com.jcraft.jsch.KeyPairDSA.end:[B
         2: .line 242
            ldc "ssh-dss"
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            putstatic com.jcraft.jsch.KeyPairDSA.sshdss:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.jcraft.jsch.JSch);
    descriptor: (Lcom/jcraft/jsch/JSch;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.KeyPairDSA this
        start local 1 // com.jcraft.jsch.JSch jsch
         0: .line 43
            aload 0 /* this */
            aload 1 /* jsch */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial com.jcraft.jsch.KeyPairDSA.<init>:(Lcom/jcraft/jsch/JSch;[B[B[B[B[B)V
         1: .line 44
            return
        end local 1 // com.jcraft.jsch.JSch jsch
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jcraft/jsch/KeyPairDSA;
            0    2     1  jsch  Lcom/jcraft/jsch/JSch;
    MethodParameters:
      Name  Flags
      jsch  

  public void <init>(com.jcraft.jsch.JSch, byte[], byte[], byte[], byte[], byte[]);
    descriptor: (Lcom/jcraft/jsch/JSch;[B[B[B[B[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // com.jcraft.jsch.KeyPairDSA this
        start local 1 // com.jcraft.jsch.JSch jsch
        start local 2 // byte[] P_array
        start local 3 // byte[] Q_array
        start local 4 // byte[] G_array
        start local 5 // byte[] pub_array
        start local 6 // byte[] prv_array
         0: .line 52
            aload 0 /* this */
            aload 1 /* jsch */
            invokespecial com.jcraft.jsch.KeyPair.<init>:(Lcom/jcraft/jsch/JSch;)V
         1: .line 40
            aload 0 /* this */
            sipush 1024
            putfield com.jcraft.jsch.KeyPairDSA.key_size:I
         2: .line 53
            aload 0 /* this */
            aload 2 /* P_array */
            putfield com.jcraft.jsch.KeyPairDSA.P_array:[B
         3: .line 54
            aload 0 /* this */
            aload 3 /* Q_array */
            putfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
         4: .line 55
            aload 0 /* this */
            aload 4 /* G_array */
            putfield com.jcraft.jsch.KeyPairDSA.G_array:[B
         5: .line 56
            aload 0 /* this */
            aload 5 /* pub_array */
            putfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
         6: .line 57
            aload 0 /* this */
            aload 6 /* prv_array */
            putfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
         7: .line 58
            aload 2 /* P_array */
            ifnull 9
         8: .line 59
            aload 0 /* this */
            new java.math.BigInteger
            dup
            aload 2 /* P_array */
            invokespecial java.math.BigInteger.<init>:([B)V
            invokevirtual java.math.BigInteger.bitLength:()I
            putfield com.jcraft.jsch.KeyPairDSA.key_size:I
         9: .line 60
      StackMap locals: com.jcraft.jsch.KeyPairDSA com.jcraft.jsch.JSch byte[] byte[] byte[] byte[] byte[]
      StackMap stack:
            return
        end local 6 // byte[] prv_array
        end local 5 // byte[] pub_array
        end local 4 // byte[] G_array
        end local 3 // byte[] Q_array
        end local 2 // byte[] P_array
        end local 1 // com.jcraft.jsch.JSch jsch
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/jcraft/jsch/KeyPairDSA;
            0   10     1       jsch  Lcom/jcraft/jsch/JSch;
            0   10     2    P_array  [B
            0   10     3    Q_array  [B
            0   10     4    G_array  [B
            0   10     5  pub_array  [B
            0   10     6  prv_array  [B
    MethodParameters:
           Name  Flags
      jsch       
      P_array    
      Q_array    
      G_array    
      pub_array  
      prv_array  

  void generate(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.jcraft.jsch.KeyPairDSA this
        start local 1 // int key_size
         0: .line 63
            aload 0 /* this */
            iload 1 /* key_size */
            putfield com.jcraft.jsch.KeyPairDSA.key_size:I
         1: .line 65
            ldc "keypairgen.dsa"
            invokestatic com.jcraft.jsch.JSch.getConfig:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 2 /* c */
        start local 2 // java.lang.Class c
         2: .line 66
            aload 2 /* c */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast com.jcraft.jsch.KeyPairGenDSA
            astore 3 /* keypairgen */
        start local 3 // com.jcraft.jsch.KeyPairGenDSA keypairgen
         3: .line 67
            aload 3 /* keypairgen */
            iload 1 /* key_size */
            invokeinterface com.jcraft.jsch.KeyPairGenDSA.init:(I)V
         4: .line 68
            aload 0 /* this */
            aload 3 /* keypairgen */
            invokeinterface com.jcraft.jsch.KeyPairGenDSA.getP:()[B
            putfield com.jcraft.jsch.KeyPairDSA.P_array:[B
         5: .line 69
            aload 0 /* this */
            aload 3 /* keypairgen */
            invokeinterface com.jcraft.jsch.KeyPairGenDSA.getQ:()[B
            putfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
         6: .line 70
            aload 0 /* this */
            aload 3 /* keypairgen */
            invokeinterface com.jcraft.jsch.KeyPairGenDSA.getG:()[B
            putfield com.jcraft.jsch.KeyPairDSA.G_array:[B
         7: .line 71
            aload 0 /* this */
            aload 3 /* keypairgen */
            invokeinterface com.jcraft.jsch.KeyPairGenDSA.getY:()[B
            putfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
         8: .line 72
            aload 0 /* this */
            aload 3 /* keypairgen */
            invokeinterface com.jcraft.jsch.KeyPairGenDSA.getX:()[B
            putfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
         9: .line 74
            aconst_null
            astore 3
        end local 3 // com.jcraft.jsch.KeyPairGenDSA keypairgen
        end local 2 // java.lang.Class c
        10: .line 75
            goto 15
        11: .line 76
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        12: .line 78
            aload 2 /* e */
            instanceof java.lang.Throwable
            ifeq 14
        13: .line 79
            new com.jcraft.jsch.JSchException
            dup
            aload 2 /* e */
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            aload 2 /* e */
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        14: .line 80
      StackMap locals: java.lang.Exception
      StackMap stack:
            new com.jcraft.jsch.JSchException
            dup
            aload 2 /* e */
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Exception e
        15: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int key_size
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lcom/jcraft/jsch/KeyPairDSA;
            0   16     1    key_size  I
            2   10     2           c  Ljava/lang/Class;
            3   10     3  keypairgen  Lcom/jcraft/jsch/KeyPairGenDSA;
           12   15     2           e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1    10      11  Class java.lang.Exception
    Exceptions:
      throws com.jcraft.jsch.JSchException
    MethodParameters:
          Name  Flags
      key_size  

  byte[] getBegin();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 87
            getstatic com.jcraft.jsch.KeyPairDSA.begin:[B
            areturn
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/KeyPairDSA;

  byte[] getEnd();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 88
            getstatic com.jcraft.jsch.KeyPairDSA.end:[B
            areturn
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/KeyPairDSA;

  byte[] getPrivateKey();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 92
            iconst_1
            aload 0 /* this */
            iconst_1
            invokevirtual com.jcraft.jsch.KeyPairDSA.countLength:(I)I
            iadd
            iconst_1
            iadd
         1: .line 93
            iconst_1
         2: .line 92
            iadd
         3: .line 93
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            arraylength
            invokevirtual com.jcraft.jsch.KeyPairDSA.countLength:(I)I
         4: .line 92
            iadd
         5: .line 93
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            arraylength
         6: .line 92
            iadd
         7: .line 94
            iconst_1
         8: .line 92
            iadd
         9: .line 94
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
            arraylength
            invokevirtual com.jcraft.jsch.KeyPairDSA.countLength:(I)I
        10: .line 92
            iadd
        11: .line 94
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
            arraylength
        12: .line 92
            iadd
        13: .line 95
            iconst_1
        14: .line 92
            iadd
        15: .line 95
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.G_array:[B
            arraylength
            invokevirtual com.jcraft.jsch.KeyPairDSA.countLength:(I)I
        16: .line 92
            iadd
        17: .line 95
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.G_array:[B
            arraylength
        18: .line 92
            iadd
        19: .line 96
            iconst_1
        20: .line 92
            iadd
        21: .line 96
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
            arraylength
            invokevirtual com.jcraft.jsch.KeyPairDSA.countLength:(I)I
        22: .line 92
            iadd
        23: .line 96
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
            arraylength
        24: .line 92
            iadd
        25: .line 97
            iconst_1
        26: .line 92
            iadd
        27: .line 97
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
            arraylength
            invokevirtual com.jcraft.jsch.KeyPairDSA.countLength:(I)I
        28: .line 92
            iadd
        29: .line 97
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
            arraylength
        30: .line 92
            iadd
        31: .line 91
            istore 1 /* content */
        start local 1 // int content
        32: .line 100
            iconst_1
            aload 0 /* this */
            iload 1 /* content */
            invokevirtual com.jcraft.jsch.KeyPairDSA.countLength:(I)I
            iadd
            iload 1 /* content */
            iadd
        33: .line 99
            istore 2 /* total */
        start local 2 // int total
        34: .line 102
            iload 2 /* total */
            newarray 8
            astore 3 /* plain */
        start local 3 // byte[] plain
        35: .line 103
            iconst_0
            istore 4 /* index */
        start local 4 // int index
        36: .line 104
            aload 0 /* this */
            aload 3 /* plain */
            iload 4 /* index */
            iload 1 /* content */
            invokevirtual com.jcraft.jsch.KeyPairDSA.writeSEQUENCE:([BII)I
            istore 4 /* index */
        37: .line 105
            aload 0 /* this */
            aload 3 /* plain */
            iload 4 /* index */
            iconst_1
            newarray 8
            invokevirtual com.jcraft.jsch.KeyPairDSA.writeINTEGER:([BI[B)I
            istore 4 /* index */
        38: .line 106
            aload 0 /* this */
            aload 3 /* plain */
            iload 4 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            invokevirtual com.jcraft.jsch.KeyPairDSA.writeINTEGER:([BI[B)I
            istore 4 /* index */
        39: .line 107
            aload 0 /* this */
            aload 3 /* plain */
            iload 4 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
            invokevirtual com.jcraft.jsch.KeyPairDSA.writeINTEGER:([BI[B)I
            istore 4 /* index */
        40: .line 108
            aload 0 /* this */
            aload 3 /* plain */
            iload 4 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.G_array:[B
            invokevirtual com.jcraft.jsch.KeyPairDSA.writeINTEGER:([BI[B)I
            istore 4 /* index */
        41: .line 109
            aload 0 /* this */
            aload 3 /* plain */
            iload 4 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
            invokevirtual com.jcraft.jsch.KeyPairDSA.writeINTEGER:([BI[B)I
            istore 4 /* index */
        42: .line 110
            aload 0 /* this */
            aload 3 /* plain */
            iload 4 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
            invokevirtual com.jcraft.jsch.KeyPairDSA.writeINTEGER:([BI[B)I
            istore 4 /* index */
        43: .line 111
            aload 3 /* plain */
            areturn
        end local 4 // int index
        end local 3 // byte[] plain
        end local 2 // int total
        end local 1 // int content
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   44     0     this  Lcom/jcraft/jsch/KeyPairDSA;
           32   44     1  content  I
           34   44     2    total  I
           35   44     3    plain  [B
           36   44     4    index  I

  boolean parse(byte[]);
    descriptor: ([B)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.jcraft.jsch.KeyPairDSA this
        start local 1 // byte[] plain
         0: .line 117
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.vendor:I
            iconst_1
            if_icmpne 13
         1: .line 118
            aload 1 /* plain */
            iconst_0
            baload
            bipush 48
            if_icmpeq 12
         2: .line 119
            new com.jcraft.jsch.Buffer
            dup
            aload 1 /* plain */
            invokespecial com.jcraft.jsch.Buffer.<init>:([B)V
            astore 2 /* buf */
        start local 2 // com.jcraft.jsch.Buffer buf
         3: .line 120
            aload 2 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            pop
         4: .line 121
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getMPIntBits:()[B
            putfield com.jcraft.jsch.KeyPairDSA.P_array:[B
         5: .line 122
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getMPIntBits:()[B
            putfield com.jcraft.jsch.KeyPairDSA.G_array:[B
         6: .line 123
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getMPIntBits:()[B
            putfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
         7: .line 124
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getMPIntBits:()[B
            putfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
         8: .line 125
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getMPIntBits:()[B
            putfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
         9: .line 126
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            ifnull 11
        10: .line 127
            aload 0 /* this */
            new java.math.BigInteger
            dup
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            invokespecial java.math.BigInteger.<init>:([B)V
            invokevirtual java.math.BigInteger.bitLength:()I
            putfield com.jcraft.jsch.KeyPairDSA.key_size:I
        11: .line 128
      StackMap locals: com.jcraft.jsch.Buffer
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.jcraft.jsch.Buffer buf
        12: .line 130
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.vendor:I
            iconst_2
            if_icmpne 22
        14: .line 133
            new com.jcraft.jsch.Buffer
            dup
            aload 1 /* plain */
            invokespecial com.jcraft.jsch.Buffer.<init>:([B)V
            astore 2 /* buf */
        start local 2 // com.jcraft.jsch.Buffer buf
        15: .line 134
            aload 2 /* buf */
            aload 1 /* plain */
            arraylength
            invokevirtual com.jcraft.jsch.Buffer.skip:(I)V
        16: .line 137
            aload 2 /* buf */
            iconst_1
            ldc ""
            invokevirtual com.jcraft.jsch.Buffer.getBytes:(ILjava/lang/String;)[[B
            astore 3 /* tmp */
        start local 3 // byte[][] tmp
        17: .line 138
            aload 0 /* this */
            aload 3 /* tmp */
            iconst_0
            aaload
            putfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
        end local 3 // byte[][] tmp
        18: .line 139
            goto 21
        19: .line 140
      StackMap locals: com.jcraft.jsch.KeyPairDSA byte[] com.jcraft.jsch.Buffer
      StackMap stack: com.jcraft.jsch.JSchException
            pop
        20: .line 141
            iconst_0
            ireturn
        21: .line 144
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.jcraft.jsch.Buffer buf
        22: .line 147
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* index */
        start local 2 // int index
        23: .line 148
            iconst_0
            istore 3 /* length */
        start local 3 // int length
        24: .line 150
            aload 1 /* plain */
            iload 2 /* index */
            baload
            bipush 48
            if_icmpeq 26
        25: iconst_0
            ireturn
        26: .line 151
      StackMap locals: int int
      StackMap stack:
            iinc 2 /* index */ 1
        27: .line 152
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* length */
        28: .line 153
            iload 3 /* length */
            sipush 128
            iand
            ifeq 34
        29: .line 154
            iload 3 /* length */
            bipush 127
            iand
            istore 4 /* foo */
        start local 4 // int foo
        30: iconst_0
            istore 3 /* length */
        31: .line 155
            goto 33
      StackMap locals: int
      StackMap stack:
        32: iload 3 /* length */
            bipush 8
            ishl
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            iadd
            istore 3 /* length */
      StackMap locals:
      StackMap stack:
        33: iload 4 /* foo */
            iinc 4 /* foo */ -1
            ifgt 32
        end local 4 // int foo
        34: .line 158
      StackMap locals:
      StackMap stack:
            aload 1 /* plain */
            iload 2 /* index */
            baload
            iconst_2
            if_icmpeq 36
        35: iconst_0
            ireturn
        36: .line 159
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
        37: .line 160
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* length */
        38: .line 161
            iload 3 /* length */
            sipush 128
            iand
            ifeq 44
        39: .line 162
            iload 3 /* length */
            bipush 127
            iand
            istore 4 /* foo */
        start local 4 // int foo
        40: iconst_0
            istore 3 /* length */
        41: .line 163
            goto 43
      StackMap locals: int
      StackMap stack:
        42: iload 3 /* length */
            bipush 8
            ishl
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            iadd
            istore 3 /* length */
      StackMap locals:
      StackMap stack:
        43: iload 4 /* foo */
            iinc 4 /* foo */ -1
            ifgt 42
        end local 4 // int foo
        44: .line 165
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            iload 3 /* length */
            iadd
            istore 2 /* index */
        45: .line 167
            iinc 2 /* index */ 1
        46: .line 168
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* length */
        47: .line 169
            iload 3 /* length */
            sipush 128
            iand
            ifeq 53
        48: .line 170
            iload 3 /* length */
            bipush 127
            iand
            istore 4 /* foo */
        start local 4 // int foo
        49: iconst_0
            istore 3 /* length */
        50: .line 171
            goto 52
      StackMap locals: int
      StackMap stack:
        51: iload 3 /* length */
            bipush 8
            ishl
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            iadd
            istore 3 /* length */
      StackMap locals:
      StackMap stack:
        52: iload 4 /* foo */
            iinc 4 /* foo */ -1
            ifgt 51
        end local 4 // int foo
        53: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* length */
            newarray 8
            putfield com.jcraft.jsch.KeyPairDSA.P_array:[B
        54: .line 174
            aload 1 /* plain */
            iload 2 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        55: .line 175
            iload 2 /* index */
            iload 3 /* length */
            iadd
            istore 2 /* index */
        56: .line 177
            iinc 2 /* index */ 1
        57: .line 178
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* length */
        58: .line 179
            iload 3 /* length */
            sipush 128
            iand
            ifeq 64
        59: .line 180
            iload 3 /* length */
            bipush 127
            iand
            istore 4 /* foo */
        start local 4 // int foo
        60: iconst_0
            istore 3 /* length */
        61: .line 181
            goto 63
      StackMap locals: int
      StackMap stack:
        62: iload 3 /* length */
            bipush 8
            ishl
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            iadd
            istore 3 /* length */
      StackMap locals:
      StackMap stack:
        63: iload 4 /* foo */
            iinc 4 /* foo */ -1
            ifgt 62
        end local 4 // int foo
        64: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* length */
            newarray 8
            putfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
        65: .line 184
            aload 1 /* plain */
            iload 2 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        66: .line 185
            iload 2 /* index */
            iload 3 /* length */
            iadd
            istore 2 /* index */
        67: .line 187
            iinc 2 /* index */ 1
        68: .line 188
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* length */
        69: .line 189
            iload 3 /* length */
            sipush 128
            iand
            ifeq 75
        70: .line 190
            iload 3 /* length */
            bipush 127
            iand
            istore 4 /* foo */
        start local 4 // int foo
        71: iconst_0
            istore 3 /* length */
        72: .line 191
            goto 74
      StackMap locals: int
      StackMap stack:
        73: iload 3 /* length */
            bipush 8
            ishl
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            iadd
            istore 3 /* length */
      StackMap locals:
      StackMap stack:
        74: iload 4 /* foo */
            iinc 4 /* foo */ -1
            ifgt 73
        end local 4 // int foo
        75: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* length */
            newarray 8
            putfield com.jcraft.jsch.KeyPairDSA.G_array:[B
        76: .line 194
            aload 1 /* plain */
            iload 2 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.G_array:[B
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        77: .line 195
            iload 2 /* index */
            iload 3 /* length */
            iadd
            istore 2 /* index */
        78: .line 197
            iinc 2 /* index */ 1
        79: .line 198
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* length */
        80: .line 199
            iload 3 /* length */
            sipush 128
            iand
            ifeq 86
        81: .line 200
            iload 3 /* length */
            bipush 127
            iand
            istore 4 /* foo */
        start local 4 // int foo
        82: iconst_0
            istore 3 /* length */
        83: .line 201
            goto 85
      StackMap locals: int
      StackMap stack:
        84: iload 3 /* length */
            bipush 8
            ishl
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            iadd
            istore 3 /* length */
      StackMap locals:
      StackMap stack:
        85: iload 4 /* foo */
            iinc 4 /* foo */ -1
            ifgt 84
        end local 4 // int foo
        86: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* length */
            newarray 8
            putfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
        87: .line 204
            aload 1 /* plain */
            iload 2 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        88: .line 205
            iload 2 /* index */
            iload 3 /* length */
            iadd
            istore 2 /* index */
        89: .line 207
            iinc 2 /* index */ 1
        90: .line 208
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* length */
        91: .line 209
            iload 3 /* length */
            sipush 128
            iand
            ifeq 97
        92: .line 210
            iload 3 /* length */
            bipush 127
            iand
            istore 4 /* foo */
        start local 4 // int foo
        93: iconst_0
            istore 3 /* length */
        94: .line 211
            goto 96
      StackMap locals: int
      StackMap stack:
        95: iload 3 /* length */
            bipush 8
            ishl
            aload 1 /* plain */
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
            iadd
            istore 3 /* length */
      StackMap locals:
      StackMap stack:
        96: iload 4 /* foo */
            iinc 4 /* foo */ -1
            ifgt 95
        end local 4 // int foo
        97: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* length */
            newarray 8
            putfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
        98: .line 214
            aload 1 /* plain */
            iload 2 /* index */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        99: .line 215
            iload 2 /* index */
            iload 3 /* length */
            iadd
            istore 2 /* index */
       100: .line 217
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            ifnull 105
       101: .line 218
            aload 0 /* this */
            new java.math.BigInteger
            dup
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            invokespecial java.math.BigInteger.<init>:([B)V
            invokevirtual java.math.BigInteger.bitLength:()I
            putfield com.jcraft.jsch.KeyPairDSA.key_size:I
        end local 3 // int length
        end local 2 // int index
       102: .line 219
            goto 105
       103: .line 220
      StackMap locals: com.jcraft.jsch.KeyPairDSA byte[]
      StackMap stack: java.lang.Exception
            pop
       104: .line 223
            iconst_0
            ireturn
       105: .line 225
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // byte[] plain
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0  106     0    this  Lcom/jcraft/jsch/KeyPairDSA;
            0  106     1   plain  [B
            3   12     2     buf  Lcom/jcraft/jsch/Buffer;
           15   22     2     buf  Lcom/jcraft/jsch/Buffer;
           17   18     3     tmp  [[B
           23  102     2   index  I
           24  102     3  length  I
           30   34     4     foo  I
           40   44     4     foo  I
           49   53     4     foo  I
           60   64     4     foo  I
           71   75     4     foo  I
           82   86     4     foo  I
           93   97     4     foo  I
      Exception table:
        from    to  target  type
          16    18      19  Class com.jcraft.jsch.JSchException
           0    11     103  Class java.lang.Exception
          13    20     103  Class java.lang.Exception
          22    25     103  Class java.lang.Exception
          26    35     103  Class java.lang.Exception
          36   102     103  Class java.lang.Exception
    MethodParameters:
       Name  Flags
      plain  

  public byte[] getPublicKeyBlob();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 229
            aload 0 /* this */
            invokespecial com.jcraft.jsch.KeyPair.getPublicKeyBlob:()[B
            astore 1 /* foo */
        start local 1 // byte[] foo
         1: .line 230
            aload 1 /* foo */
            ifnull 2
            aload 1 /* foo */
            areturn
         2: .line 232
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            ifnonnull 3
            aconst_null
            areturn
         3: .line 233
      StackMap locals:
      StackMap stack:
            iconst_5
            anewarray byte[]
            astore 2 /* tmp */
        start local 2 // byte[][] tmp
         4: .line 234
            aload 2 /* tmp */
            iconst_0
            getstatic com.jcraft.jsch.KeyPairDSA.sshdss:[B
            aastore
         5: .line 235
            aload 2 /* tmp */
            iconst_1
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            aastore
         6: .line 236
            aload 2 /* tmp */
            iconst_2
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
            aastore
         7: .line 237
            aload 2 /* tmp */
            iconst_3
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.G_array:[B
            aastore
         8: .line 238
            aload 2 /* tmp */
            iconst_4
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
            aastore
         9: .line 239
            aload 2 /* tmp */
            invokestatic com.jcraft.jsch.Buffer.fromBytes:([[B)Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
            areturn
        end local 2 // byte[][] tmp
        end local 1 // byte[] foo
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/jcraft/jsch/KeyPairDSA;
            1   10     1   foo  [B
            4   10     2   tmp  [[B

  byte[] getKeyTypeName();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 243
            getstatic com.jcraft.jsch.KeyPairDSA.sshdss:[B
            areturn
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/KeyPairDSA;

  public int getKeyType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 244
            iconst_1
            ireturn
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/KeyPairDSA;

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

  public byte[] getSignature(byte[]);
    descriptor: ([B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.jcraft.jsch.KeyPairDSA this
        start local 1 // byte[] data
         0: .line 252
            ldc "signature.dss"
            invokestatic com.jcraft.jsch.JSch.getConfig:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 2 /* c */
        start local 2 // java.lang.Class c
         1: .line 253
            aload 2 /* c */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast com.jcraft.jsch.SignatureDSA
            astore 3 /* dsa */
        start local 3 // com.jcraft.jsch.SignatureDSA dsa
         2: .line 254
            aload 3 /* dsa */
            invokeinterface com.jcraft.jsch.SignatureDSA.init:()V
         3: .line 255
            aload 3 /* dsa */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.G_array:[B
            invokeinterface com.jcraft.jsch.SignatureDSA.setPrvKey:([B[B[B[B)V
         4: .line 257
            aload 3 /* dsa */
            aload 1 /* data */
            invokeinterface com.jcraft.jsch.SignatureDSA.update:([B)V
         5: .line 258
            aload 3 /* dsa */
            invokeinterface com.jcraft.jsch.SignatureDSA.sign:()[B
            astore 4 /* sig */
        start local 4 // byte[] sig
         6: .line 259
            iconst_2
            anewarray byte[]
            astore 5 /* tmp */
        start local 5 // byte[][] tmp
         7: .line 260
            aload 5 /* tmp */
            iconst_0
            getstatic com.jcraft.jsch.KeyPairDSA.sshdss:[B
            aastore
         8: .line 261
            aload 5 /* tmp */
            iconst_1
            aload 4 /* sig */
            aastore
         9: .line 262
            aload 5 /* tmp */
            invokestatic com.jcraft.jsch.Buffer.fromBytes:([[B)Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
        10: areturn
        end local 5 // byte[][] tmp
        end local 4 // byte[] sig
        end local 3 // com.jcraft.jsch.SignatureDSA dsa
        end local 2 // java.lang.Class c
        11: .line 264
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        12: .line 267
            aconst_null
            areturn
        end local 1 // byte[] data
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/jcraft/jsch/KeyPairDSA;
            0   13     1  data  [B
            1   11     2     c  Ljava/lang/Class;
            2   11     3   dsa  Lcom/jcraft/jsch/SignatureDSA;
            6   11     4   sig  [B
            7   11     5   tmp  [[B
      Exception table:
        from    to  target  type
           0    10      11  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      data  

  public com.jcraft.jsch.Signature getVerifier();
    descriptor: ()Lcom/jcraft/jsch/Signature;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 272
            ldc "signature.dss"
            invokestatic com.jcraft.jsch.JSch.getConfig:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 1 /* c */
        start local 1 // java.lang.Class c
         1: .line 273
            aload 1 /* c */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast com.jcraft.jsch.SignatureDSA
            astore 2 /* dsa */
        start local 2 // com.jcraft.jsch.SignatureDSA dsa
         2: .line 274
            aload 2 /* dsa */
            invokeinterface com.jcraft.jsch.SignatureDSA.init:()V
         3: .line 276
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
            ifnonnull 10
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            ifnonnull 10
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.KeyPairDSA.getPublicKeyBlob:()[B
            ifnull 10
         4: .line 277
            new com.jcraft.jsch.Buffer
            dup
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.KeyPairDSA.getPublicKeyBlob:()[B
            invokespecial com.jcraft.jsch.Buffer.<init>:([B)V
            astore 3 /* buf */
        start local 3 // com.jcraft.jsch.Buffer buf
         5: .line 278
            aload 3 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            pop
         6: .line 279
            aload 0 /* this */
            aload 3 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            putfield com.jcraft.jsch.KeyPairDSA.P_array:[B
         7: .line 280
            aload 0 /* this */
            aload 3 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            putfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
         8: .line 281
            aload 0 /* this */
            aload 3 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            putfield com.jcraft.jsch.KeyPairDSA.G_array:[B
         9: .line 282
            aload 0 /* this */
            aload 3 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getString:()[B
            putfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
        end local 3 // com.jcraft.jsch.Buffer buf
        10: .line 285
      StackMap locals: java.lang.Class com.jcraft.jsch.SignatureDSA
      StackMap stack:
            aload 2 /* dsa */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.G_array:[B
            invokeinterface com.jcraft.jsch.SignatureDSA.setPubKey:([B[B[B[B)V
        11: .line 286
            aload 2 /* dsa */
        12: areturn
        end local 2 // com.jcraft.jsch.SignatureDSA dsa
        end local 1 // java.lang.Class c
        13: .line 288
      StackMap locals: com.jcraft.jsch.KeyPairDSA
      StackMap stack: java.lang.Exception
            pop
        14: .line 291
            aconst_null
            areturn
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/jcraft/jsch/KeyPairDSA;
            1   13     1     c  Ljava/lang/Class;
            2   13     2   dsa  Lcom/jcraft/jsch/SignatureDSA;
            5   10     3   buf  Lcom/jcraft/jsch/Buffer;
      Exception table:
        from    to  target  type
           0    12      13  Class java.lang.Exception

  static com.jcraft.jsch.KeyPair fromSSHAgent(com.jcraft.jsch.JSch, com.jcraft.jsch.Buffer);
    descriptor: (Lcom/jcraft/jsch/JSch;Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/KeyPair;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // com.jcraft.jsch.JSch jsch
        start local 1 // com.jcraft.jsch.Buffer buf
         0: .line 296
            aload 1 /* buf */
            bipush 7
            ldc "invalid key format"
            invokevirtual com.jcraft.jsch.Buffer.getBytes:(ILjava/lang/String;)[[B
            astore 2 /* tmp */
        start local 2 // byte[][] tmp
         1: .line 298
            aload 2 /* tmp */
            iconst_1
            aaload
            astore 3 /* P_array */
        start local 3 // byte[] P_array
         2: .line 299
            aload 2 /* tmp */
            iconst_2
            aaload
            astore 4 /* Q_array */
        start local 4 // byte[] Q_array
         3: .line 300
            aload 2 /* tmp */
            iconst_3
            aaload
            astore 5 /* G_array */
        start local 5 // byte[] G_array
         4: .line 301
            aload 2 /* tmp */
            iconst_4
            aaload
            astore 6 /* pub_array */
        start local 6 // byte[] pub_array
         5: .line 302
            aload 2 /* tmp */
            iconst_5
            aaload
            astore 7 /* prv_array */
        start local 7 // byte[] prv_array
         6: .line 303
            new com.jcraft.jsch.KeyPairDSA
            dup
            aload 0 /* jsch */
         7: .line 304
            aload 3 /* P_array */
            aload 4 /* Q_array */
            aload 5 /* G_array */
         8: .line 305
            aload 6 /* pub_array */
            aload 7 /* prv_array */
         9: .line 303
            invokespecial com.jcraft.jsch.KeyPairDSA.<init>:(Lcom/jcraft/jsch/JSch;[B[B[B[B[B)V
            astore 8 /* kpair */
        start local 8 // com.jcraft.jsch.KeyPairDSA kpair
        10: .line 306
            aload 8 /* kpair */
            new java.lang.String
            dup
            aload 2 /* tmp */
            bipush 6
            aaload
            invokespecial java.lang.String.<init>:([B)V
            putfield com.jcraft.jsch.KeyPairDSA.publicKeyComment:Ljava/lang/String;
        11: .line 307
            aload 8 /* kpair */
            iconst_0
            putfield com.jcraft.jsch.KeyPairDSA.vendor:I
        12: .line 308
            aload 8 /* kpair */
            areturn
        end local 8 // com.jcraft.jsch.KeyPairDSA kpair
        end local 7 // byte[] prv_array
        end local 6 // byte[] pub_array
        end local 5 // byte[] G_array
        end local 4 // byte[] Q_array
        end local 3 // byte[] P_array
        end local 2 // byte[][] tmp
        end local 1 // com.jcraft.jsch.Buffer buf
        end local 0 // com.jcraft.jsch.JSch jsch
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       jsch  Lcom/jcraft/jsch/JSch;
            0   13     1        buf  Lcom/jcraft/jsch/Buffer;
            1   13     2        tmp  [[B
            2   13     3    P_array  [B
            3   13     4    Q_array  [B
            4   13     5    G_array  [B
            5   13     6  pub_array  [B
            6   13     7  prv_array  [B
           10   13     8      kpair  Lcom/jcraft/jsch/KeyPairDSA;
    Exceptions:
      throws com.jcraft.jsch.JSchException
    MethodParameters:
      Name  Flags
      jsch  
      buf   

  public byte[] forSSHAgent();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 312
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.KeyPairDSA.isEncrypted:()Z
            ifeq 2
         1: .line 313
            new com.jcraft.jsch.JSchException
            dup
            ldc "key is encrypted."
            invokespecial com.jcraft.jsch.JSchException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 315
      StackMap locals:
      StackMap stack:
            new com.jcraft.jsch.Buffer
            dup
            invokespecial com.jcraft.jsch.Buffer.<init>:()V
            astore 1 /* buf */
        start local 1 // com.jcraft.jsch.Buffer buf
         3: .line 316
            aload 1 /* buf */
            getstatic com.jcraft.jsch.KeyPairDSA.sshdss:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         4: .line 317
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.P_array:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         5: .line 318
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.Q_array:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         6: .line 319
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.G_array:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         7: .line 320
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.pub_array:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         8: .line 321
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
         9: .line 322
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.publicKeyComment:Ljava/lang/String;
            invokestatic com.jcraft.jsch.Util.str2byte:(Ljava/lang/String;)[B
            invokevirtual com.jcraft.jsch.Buffer.putString:([B)V
        10: .line 323
            aload 1 /* buf */
            invokevirtual com.jcraft.jsch.Buffer.getLength:()I
            newarray 8
            astore 2 /* result */
        start local 2 // byte[] result
        11: .line 324
            aload 1 /* buf */
            aload 2 /* result */
            iconst_0
            aload 2 /* result */
            arraylength
            invokevirtual com.jcraft.jsch.Buffer.getByte:([BII)V
        12: .line 325
            aload 2 /* result */
            areturn
        end local 2 // byte[] result
        end local 1 // com.jcraft.jsch.Buffer buf
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/jcraft/jsch/KeyPairDSA;
            3   13     1     buf  Lcom/jcraft/jsch/Buffer;
           11   13     2  result  [B
    Exceptions:
      throws com.jcraft.jsch.JSchException

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.KeyPairDSA this
         0: .line 329
            aload 0 /* this */
            invokespecial com.jcraft.jsch.KeyPair.dispose:()V
         1: .line 330
            aload 0 /* this */
            getfield com.jcraft.jsch.KeyPairDSA.prv_array:[B
            invokestatic com.jcraft.jsch.Util.bzero:([B)V
         2: .line 331
            return
        end local 0 // com.jcraft.jsch.KeyPairDSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/jcraft/jsch/KeyPairDSA;
}
SourceFile: "KeyPairDSA.java"