public abstract class org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator extends java.security.AlgorithmParameterGeneratorSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
  super_class: java.security.AlgorithmParameterGeneratorSpi
{
  protected java.security.SecureRandom random;
    descriptor: Ljava/security/SecureRandom;
    flags: (0x0004) ACC_PROTECTED

  protected int strength;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator this
         0: .line 27
            aload 0 /* this */
            invokespecial java.security.AlgorithmParameterGeneratorSpi.<init>:()V
         1: .line 31
            aload 0 /* this */
            sipush 1024
            putfield org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator.strength:I
         2: .line 27
            return
        end local 0 // org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/jce/provider/JDKAlgorithmParameterGenerator;

  protected void engineInit(int, java.security.SecureRandom);
    descriptor: (ILjava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator this
        start local 1 // int strength
        start local 2 // java.security.SecureRandom random
         0: .line 37
            aload 0 /* this */
            iload 1 /* strength */
            putfield org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator.strength:I
         1: .line 38
            aload 0 /* this */
            aload 2 /* random */
            putfield org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator.random:Ljava/security/SecureRandom;
         2: .line 39
            return
        end local 2 // java.security.SecureRandom random
        end local 1 // int strength
        end local 0 // org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/bouncycastle/jce/provider/JDKAlgorithmParameterGenerator;
            0    3     1  strength  I
            0    3     2    random  Ljava/security/SecureRandom;
    MethodParameters:
          Name  Flags
      strength  
      random    
}
SourceFile: "JDKAlgorithmParameterGenerator.java"
NestMembers:
  org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$DES  org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$DH  org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$DSA  org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$ElGamal  org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$GOST3410  org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$RC2
InnerClasses:
  public DES = org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$DES of org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
  public DH = org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$DH of org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
  public DSA = org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$DSA of org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
  public ElGamal = org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$ElGamal of org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
  public GOST3410 = org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$GOST3410 of org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
  public RC2 = org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator$RC2 of org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator