public class org.bouncycastle.jce.spec.GOST3410PrivateKeySpec implements java.security.spec.KeySpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.spec.GOST3410PrivateKeySpec
  super_class: java.lang.Object
{
  private java.math.BigInteger x;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger p;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger q;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger a;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
        start local 1 // java.math.BigInteger x
        start local 2 // java.math.BigInteger p
        start local 3 // java.math.BigInteger q
        start local 4 // java.math.BigInteger a
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* x */
            putfield org.bouncycastle.jce.spec.GOST3410PrivateKeySpec.x:Ljava/math/BigInteger;
         2: .line 30
            aload 0 /* this */
            aload 2 /* p */
            putfield org.bouncycastle.jce.spec.GOST3410PrivateKeySpec.p:Ljava/math/BigInteger;
         3: .line 31
            aload 0 /* this */
            aload 3 /* q */
            putfield org.bouncycastle.jce.spec.GOST3410PrivateKeySpec.q:Ljava/math/BigInteger;
         4: .line 32
            aload 0 /* this */
            aload 4 /* a */
            putfield org.bouncycastle.jce.spec.GOST3410PrivateKeySpec.a:Ljava/math/BigInteger;
         5: .line 33
            return
        end local 4 // java.math.BigInteger a
        end local 3 // java.math.BigInteger q
        end local 2 // java.math.BigInteger p
        end local 1 // java.math.BigInteger x
        end local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/bouncycastle/jce/spec/GOST3410PrivateKeySpec;
            0    6     1     x  Ljava/math/BigInteger;
            0    6     2     p  Ljava/math/BigInteger;
            0    6     3     q  Ljava/math/BigInteger;
            0    6     4     a  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      x     
      p     
      q     
      a     

  public java.math.BigInteger getX();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
         0: .line 41
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PrivateKeySpec.x:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/GOST3410PrivateKeySpec;

  public java.math.BigInteger getP();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
         0: .line 50
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PrivateKeySpec.p:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/GOST3410PrivateKeySpec;

  public java.math.BigInteger getQ();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
         0: .line 59
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PrivateKeySpec.q:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/GOST3410PrivateKeySpec;

  public java.math.BigInteger getA();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
         0: .line 68
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PrivateKeySpec.a:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.GOST3410PrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/GOST3410PrivateKeySpec;
}
SourceFile: "GOST3410PrivateKeySpec.java"