public class javax.crypto.spec.DHPublicKeySpec implements java.security.spec.KeySpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.crypto.spec.DHPublicKeySpec
  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 g;
    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 // javax.crypto.spec.DHPublicKeySpec this
        start local 1 // java.math.BigInteger y
        start local 2 // java.math.BigInteger p
        start local 3 // java.math.BigInteger g
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* y */
            putfield javax.crypto.spec.DHPublicKeySpec.y:Ljava/math/BigInteger;
         2: .line 63
            aload 0 /* this */
            aload 2 /* p */
            putfield javax.crypto.spec.DHPublicKeySpec.p:Ljava/math/BigInteger;
         3: .line 64
            aload 0 /* this */
            aload 3 /* g */
            putfield javax.crypto.spec.DHPublicKeySpec.g:Ljava/math/BigInteger;
         4: .line 65
            return
        end local 3 // java.math.BigInteger g
        end local 2 // java.math.BigInteger p
        end local 1 // java.math.BigInteger y
        end local 0 // javax.crypto.spec.DHPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/crypto/spec/DHPublicKeySpec;
            0    5     1     y  Ljava/math/BigInteger;
            0    5     2     p  Ljava/math/BigInteger;
            0    5     3     g  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      y     
      p     
      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 // javax.crypto.spec.DHPublicKeySpec this
         0: .line 73
            aload 0 /* this */
            getfield javax.crypto.spec.DHPublicKeySpec.y:Ljava/math/BigInteger;
            areturn
        end local 0 // javax.crypto.spec.DHPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/spec/DHPublicKeySpec;

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

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