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

  public void <init>(java.math.BigInteger, org.bouncycastle.jce.spec.ElGamalParameterSpec);
    descriptor: (Ljava/math/BigInteger;Lorg/bouncycastle/jce/spec/ElGamalParameterSpec;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.spec.ElGamalPublicKeySpec this
        start local 1 // java.math.BigInteger y
        start local 2 // org.bouncycastle.jce.spec.ElGamalParameterSpec spec
         0: .line 19
            aload 0 /* this */
            aload 2 /* spec */
            invokespecial org.bouncycastle.jce.spec.ElGamalKeySpec.<init>:(Lorg/bouncycastle/jce/spec/ElGamalParameterSpec;)V
         1: .line 21
            aload 0 /* this */
            aload 1 /* y */
            putfield org.bouncycastle.jce.spec.ElGamalPublicKeySpec.y:Ljava/math/BigInteger;
         2: .line 22
            return
        end local 2 // org.bouncycastle.jce.spec.ElGamalParameterSpec spec
        end local 1 // java.math.BigInteger y
        end local 0 // org.bouncycastle.jce.spec.ElGamalPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/jce/spec/ElGamalPublicKeySpec;
            0    3     1     y  Ljava/math/BigInteger;
            0    3     2  spec  Lorg/bouncycastle/jce/spec/ElGamalParameterSpec;
    MethodParameters:
      Name  Flags
      y     
      spec  

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