public class javax.crypto.spec.DHGenParameterSpec implements java.security.spec.AlgorithmParameterSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.crypto.spec.DHGenParameterSpec
  super_class: java.lang.Object
{
  private int primeSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.crypto.spec.DHGenParameterSpec this
        start local 1 // int primeSize
        start local 2 // int exponentSize
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            iload 1 /* primeSize */
            putfield javax.crypto.spec.DHGenParameterSpec.primeSize:I
         2: .line 65
            aload 0 /* this */
            iload 2 /* exponentSize */
            putfield javax.crypto.spec.DHGenParameterSpec.exponentSize:I
         3: .line 66
            return
        end local 2 // int exponentSize
        end local 1 // int primeSize
        end local 0 // javax.crypto.spec.DHGenParameterSpec this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Ljavax/crypto/spec/DHGenParameterSpec;
            0    4     1     primeSize  I
            0    4     2  exponentSize  I
    MethodParameters:
              Name  Flags
      primeSize     
      exponentSize  

  public int getPrimeSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.spec.DHGenParameterSpec this
         0: .line 74
            aload 0 /* this */
            getfield javax.crypto.spec.DHGenParameterSpec.primeSize:I
            ireturn
        end local 0 // javax.crypto.spec.DHGenParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/spec/DHGenParameterSpec;

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