public class java.security.spec.DSAPublicKeySpec implements java.security.spec.KeySpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.security.spec.DSAPublicKeySpec
  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 g;
    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 // java.security.spec.DSAPublicKeySpec 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 g
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* y */
            putfield java.security.spec.DSAPublicKeySpec.y:Ljava/math/BigInteger;
         2: .line 66
            aload 0 /* this */
            aload 2 /* p */
            putfield java.security.spec.DSAPublicKeySpec.p:Ljava/math/BigInteger;
         3: .line 67
            aload 0 /* this */
            aload 3 /* q */
            putfield java.security.spec.DSAPublicKeySpec.q:Ljava/math/BigInteger;
         4: .line 68
            aload 0 /* this */
            aload 4 /* g */
            putfield java.security.spec.DSAPublicKeySpec.g:Ljava/math/BigInteger;
         5: .line 69
            return
        end local 4 // java.math.BigInteger g
        end local 3 // java.math.BigInteger q
        end local 2 // java.math.BigInteger p
        end local 1 // java.math.BigInteger y
        end local 0 // java.security.spec.DSAPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/security/spec/DSAPublicKeySpec;
            0    6     1     y  Ljava/math/BigInteger;
            0    6     2     p  Ljava/math/BigInteger;
            0    6     3     q  Ljava/math/BigInteger;
            0    6     4     g  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      y     
      p     
      q     
      g     

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

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

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

  public java.math.BigInteger getG();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.spec.DSAPublicKeySpec this
         0: .line 104
            aload 0 /* this */
            getfield java.security.spec.DSAPublicKeySpec.g:Ljava/math/BigInteger;
            areturn
        end local 0 // java.security.spec.DSAPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/DSAPublicKeySpec;
}
SourceFile: "DSAPublicKeySpec.java"