public class org.bouncycastle.crypto.params.GOST3410PublicKeyParameters extends org.bouncycastle.crypto.params.GOST3410KeyParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.params.GOST3410PublicKeyParameters
  super_class: org.bouncycastle.crypto.params.GOST3410KeyParameters
{
  private java.math.BigInteger y;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.math.BigInteger, org.bouncycastle.crypto.params.GOST3410Parameters);
    descriptor: (Ljava/math/BigInteger;Lorg/bouncycastle/crypto/params/GOST3410Parameters;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.params.GOST3410PublicKeyParameters this
        start local 1 // java.math.BigInteger y
        start local 2 // org.bouncycastle.crypto.params.GOST3410Parameters params
         0: .line 14
            aload 0 /* this */
            iconst_0
            aload 2 /* params */
            invokespecial org.bouncycastle.crypto.params.GOST3410KeyParameters.<init>:(ZLorg/bouncycastle/crypto/params/GOST3410Parameters;)V
         1: .line 16
            aload 0 /* this */
            aload 1 /* y */
            putfield org.bouncycastle.crypto.params.GOST3410PublicKeyParameters.y:Ljava/math/BigInteger;
         2: .line 17
            return
        end local 2 // org.bouncycastle.crypto.params.GOST3410Parameters params
        end local 1 // java.math.BigInteger y
        end local 0 // org.bouncycastle.crypto.params.GOST3410PublicKeyParameters this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/bouncycastle/crypto/params/GOST3410PublicKeyParameters;
            0    3     1       y  Ljava/math/BigInteger;
            0    3     2  params  Lorg/bouncycastle/crypto/params/GOST3410Parameters;
    MethodParameters:
        Name  Flags
      y       
      params  

  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.crypto.params.GOST3410PublicKeyParameters this
         0: .line 21
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410PublicKeyParameters.y:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.crypto.params.GOST3410PublicKeyParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/GOST3410PublicKeyParameters;
}
SourceFile: "GOST3410PublicKeyParameters.java"