public class javax.crypto.spec.DHParameterSpec implements java.security.spec.AlgorithmParameterSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.crypto.spec.DHParameterSpec
  super_class: java.lang.Object
{
  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

  private int l;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.crypto.spec.DHParameterSpec this
        start local 1 // java.math.BigInteger p
        start local 2 // java.math.BigInteger g
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            aload 1 /* p */
            putfield javax.crypto.spec.DHParameterSpec.p:Ljava/math/BigInteger;
         2: .line 75
            aload 0 /* this */
            aload 2 /* g */
            putfield javax.crypto.spec.DHParameterSpec.g:Ljava/math/BigInteger;
         3: .line 76
            aload 0 /* this */
            iconst_0
            putfield javax.crypto.spec.DHParameterSpec.l:I
         4: .line 77
            return
        end local 2 // java.math.BigInteger g
        end local 1 // java.math.BigInteger p
        end local 0 // javax.crypto.spec.DHParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/crypto/spec/DHParameterSpec;
            0    5     1     p  Ljava/math/BigInteger;
            0    5     2     g  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      p     
      g     

  public void <init>(java.math.BigInteger, java.math.BigInteger, int);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.crypto.spec.DHParameterSpec this
        start local 1 // java.math.BigInteger p
        start local 2 // java.math.BigInteger g
        start local 3 // int l
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* p */
            putfield javax.crypto.spec.DHParameterSpec.p:Ljava/math/BigInteger;
         2: .line 91
            aload 0 /* this */
            aload 2 /* g */
            putfield javax.crypto.spec.DHParameterSpec.g:Ljava/math/BigInteger;
         3: .line 92
            aload 0 /* this */
            iload 3 /* l */
            putfield javax.crypto.spec.DHParameterSpec.l:I
         4: .line 93
            return
        end local 3 // int l
        end local 2 // java.math.BigInteger g
        end local 1 // java.math.BigInteger p
        end local 0 // javax.crypto.spec.DHParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/crypto/spec/DHParameterSpec;
            0    5     1     p  Ljava/math/BigInteger;
            0    5     2     g  Ljava/math/BigInteger;
            0    5     3     l  I
    MethodParameters:
      Name  Flags
      p     
      g     
      l     

  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.DHParameterSpec this
         0: .line 101
            aload 0 /* this */
            getfield javax.crypto.spec.DHParameterSpec.p:Ljava/math/BigInteger;
            areturn
        end local 0 // javax.crypto.spec.DHParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/spec/DHParameterSpec;

  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.DHParameterSpec this
         0: .line 110
            aload 0 /* this */
            getfield javax.crypto.spec.DHParameterSpec.g:Ljava/math/BigInteger;
            areturn
        end local 0 // javax.crypto.spec.DHParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/spec/DHParameterSpec;

  public int getL();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.spec.DHParameterSpec this
         0: .line 121
            aload 0 /* this */
            getfield javax.crypto.spec.DHParameterSpec.l:I
            ireturn
        end local 0 // javax.crypto.spec.DHParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/spec/DHParameterSpec;
}
SourceFile: "DHParameterSpec.java"