public class org.bouncycastle.jce.spec.GOST3410PublicKeySpec implements java.security.spec.KeySpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.spec.GOST3410PublicKeySpec
  super_class: java.lang.Object
{
  private java.math.BigInteger y;
    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.GOST3410PublicKeySpec this
        start local 1 // java.math.BigInteger y
        start local 2 // java.math.BigInteger p
        start local 3 // java.math.BigInteger q
        start local 4 // java.math.BigInteger a
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* y */
            putfield org.bouncycastle.jce.spec.GOST3410PublicKeySpec.y:Ljava/math/BigInteger;
         2: .line 34
            aload 0 /* this */
            aload 2 /* p */
            putfield org.bouncycastle.jce.spec.GOST3410PublicKeySpec.p:Ljava/math/BigInteger;
         3: .line 35
            aload 0 /* this */
            aload 3 /* q */
            putfield org.bouncycastle.jce.spec.GOST3410PublicKeySpec.q:Ljava/math/BigInteger;
         4: .line 36
            aload 0 /* this */
            aload 4 /* a */
            putfield org.bouncycastle.jce.spec.GOST3410PublicKeySpec.a:Ljava/math/BigInteger;
         5: .line 37
            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 y
        end local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/bouncycastle/jce/spec/GOST3410PublicKeySpec;
            0    6     1     y  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
      y     
      p     
      q     
      a     

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

  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.GOST3410PublicKeySpec this
         0: .line 56
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeySpec.p:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/GOST3410PublicKeySpec;

  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.GOST3410PublicKeySpec this
         0: .line 66
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeySpec.q:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/GOST3410PublicKeySpec;

  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.GOST3410PublicKeySpec this
         0: .line 76
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeySpec.a:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/GOST3410PublicKeySpec;
}
SourceFile: "GOST3410PublicKeySpec.java"