public class org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
  super_class: java.lang.Object
{
  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);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec this
        start local 1 // java.math.BigInteger p
        start local 2 // java.math.BigInteger q
        start local 3 // java.math.BigInteger a
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 1 /* p */
            putfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.p:Ljava/math/BigInteger;
         2: .line 27
            aload 0 /* this */
            aload 2 /* q */
            putfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.q:Ljava/math/BigInteger;
         3: .line 28
            aload 0 /* this */
            aload 3 /* a */
            putfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.a:Ljava/math/BigInteger;
         4: .line 29
            return
        end local 3 // java.math.BigInteger a
        end local 2 // java.math.BigInteger q
        end local 1 // java.math.BigInteger p
        end local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec;
            0    5     1     p  Ljava/math/BigInteger;
            0    5     2     q  Ljava/math/BigInteger;
            0    5     3     a  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      p     
      q     
      a     

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

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

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec this
        start local 1 // java.lang.Object o
         0: .line 64
            aload 1 /* o */
            instanceof org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
            ifeq 4
         1: .line 66
            aload 1 /* o */
            checkcast org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
            astore 2 /* other */
        start local 2 // org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec other
         2: .line 68
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.a:Ljava/math/BigInteger;
            aload 2 /* other */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.a:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.p:Ljava/math/BigInteger;
            aload 2 /* other */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.p:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.q:Ljava/math/BigInteger;
            aload 2 /* other */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.q:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec other
         4: .line 71
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec;
            0    5     1      o  Ljava/lang/Object;
            2    4     2  other  Lorg/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec this
         0: .line 76
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.a:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.p:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.q:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
            ixor
            ireturn
        end local 0 // org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec;
}
SourceFile: "GOST3410PublicKeyParameterSetSpec.java"