public class org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA extends org.bouncycastle.jce.provider.JDKKeyPairGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA
  super_class: org.bouncycastle.jce.provider.JDKKeyPairGenerator
{
  org.bouncycastle.crypto.params.DSAKeyGenerationParameters param;
    descriptor: Lorg/bouncycastle/crypto/params/DSAKeyGenerationParameters;
    flags: (0x0000) 

  org.bouncycastle.crypto.generators.DSAKeyPairGenerator engine;
    descriptor: Lorg/bouncycastle/crypto/generators/DSAKeyPairGenerator;
    flags: (0x0000) 

  int strength;
    descriptor: I
    flags: (0x0000) 

  int certainty;
    descriptor: I
    flags: (0x0000) 

  java.security.SecureRandom random;
    descriptor: Ljava/security/SecureRandom;
    flags: (0x0000) 

  boolean initialised;
    descriptor: Z
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA this
         0: .line 209
            aload 0 /* this */
            ldc "DSA"
            invokespecial org.bouncycastle.jce.provider.JDKKeyPairGenerator.<init>:(Ljava/lang/String;)V
         1: .line 201
            aload 0 /* this */
            new org.bouncycastle.crypto.generators.DSAKeyPairGenerator
            dup
            invokespecial org.bouncycastle.crypto.generators.DSAKeyPairGenerator.<init>:()V
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.engine:Lorg/bouncycastle/crypto/generators/DSAKeyPairGenerator;
         2: .line 202
            aload 0 /* this */
            sipush 1024
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.strength:I
         3: .line 203
            aload 0 /* this */
            bipush 20
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.certainty:I
         4: .line 204
            aload 0 /* this */
            new java.security.SecureRandom
            dup
            invokespecial java.security.SecureRandom.<init>:()V
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.random:Ljava/security/SecureRandom;
         5: .line 205
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.initialised:Z
         6: .line 210
            return
        end local 0 // org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/bouncycastle/jce/provider/JDKKeyPairGenerator$DSA;

  public void initialize(int, java.security.SecureRandom);
    descriptor: (ILjava/security/SecureRandom;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA this
        start local 1 // int strength
        start local 2 // java.security.SecureRandom random
         0: .line 216
            iload 1 /* strength */
            sipush 512
            if_icmplt 1
            iload 1 /* strength */
            sipush 1024
            if_icmpgt 1
            iload 1 /* strength */
            bipush 64
            irem
            ifeq 2
         1: .line 218
      StackMap locals:
      StackMap stack:
            new java.security.InvalidParameterException
            dup
            ldc "strength must be from 512 - 1024 and a multiple of 64"
            invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* strength */
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.strength:I
         3: .line 222
            aload 0 /* this */
            aload 2 /* random */
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.random:Ljava/security/SecureRandom;
         4: .line 223
            return
        end local 2 // java.security.SecureRandom random
        end local 1 // int strength
        end local 0 // org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/bouncycastle/jce/provider/JDKKeyPairGenerator$DSA;
            0    5     1  strength  I
            0    5     2    random  Ljava/security/SecureRandom;
    MethodParameters:
          Name  Flags
      strength  
      random    

  public void initialize(java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom);
    descriptor: (Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=3
        start local 0 // org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA this
        start local 1 // java.security.spec.AlgorithmParameterSpec params
        start local 2 // java.security.SecureRandom random
         0: .line 230
            aload 1 /* params */
            instanceof java.security.spec.DSAParameterSpec
            ifne 2
         1: .line 232
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "parameter object not a DSAParameterSpec"
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 234
      StackMap locals:
      StackMap stack:
            aload 1 /* params */
            checkcast java.security.spec.DSAParameterSpec
            astore 3 /* dsaParams */
        start local 3 // java.security.spec.DSAParameterSpec dsaParams
         3: .line 236
            aload 0 /* this */
            new org.bouncycastle.crypto.params.DSAKeyGenerationParameters
            dup
            aload 2 /* random */
            new org.bouncycastle.crypto.params.DSAParameters
            dup
            aload 3 /* dsaParams */
            invokevirtual java.security.spec.DSAParameterSpec.getP:()Ljava/math/BigInteger;
            aload 3 /* dsaParams */
            invokevirtual java.security.spec.DSAParameterSpec.getQ:()Ljava/math/BigInteger;
            aload 3 /* dsaParams */
            invokevirtual java.security.spec.DSAParameterSpec.getG:()Ljava/math/BigInteger;
            invokespecial org.bouncycastle.crypto.params.DSAParameters.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            invokespecial org.bouncycastle.crypto.params.DSAKeyGenerationParameters.<init>:(Ljava/security/SecureRandom;Lorg/bouncycastle/crypto/params/DSAParameters;)V
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.param:Lorg/bouncycastle/crypto/params/DSAKeyGenerationParameters;
         4: .line 238
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.engine:Lorg/bouncycastle/crypto/generators/DSAKeyPairGenerator;
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.param:Lorg/bouncycastle/crypto/params/DSAKeyGenerationParameters;
            invokevirtual org.bouncycastle.crypto.generators.DSAKeyPairGenerator.init:(Lorg/bouncycastle/crypto/KeyGenerationParameters;)V
         5: .line 239
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.initialised:Z
         6: .line 240
            return
        end local 3 // java.security.spec.DSAParameterSpec dsaParams
        end local 2 // java.security.SecureRandom random
        end local 1 // java.security.spec.AlgorithmParameterSpec params
        end local 0 // org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/bouncycastle/jce/provider/JDKKeyPairGenerator$DSA;
            0    7     1     params  Ljava/security/spec/AlgorithmParameterSpec;
            0    7     2     random  Ljava/security/SecureRandom;
            3    7     3  dsaParams  Ljava/security/spec/DSAParameterSpec;
    Exceptions:
      throws java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      params  
      random  

  public java.security.KeyPair generateKeyPair();
    descriptor: ()Ljava/security/KeyPair;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA this
         0: .line 244
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.initialised:Z
            ifne 6
         1: .line 246
            new org.bouncycastle.crypto.generators.DSAParametersGenerator
            dup
            invokespecial org.bouncycastle.crypto.generators.DSAParametersGenerator.<init>:()V
            astore 1 /* pGen */
        start local 1 // org.bouncycastle.crypto.generators.DSAParametersGenerator pGen
         2: .line 248
            aload 1 /* pGen */
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.strength:I
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.certainty:I
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.random:Ljava/security/SecureRandom;
            invokevirtual org.bouncycastle.crypto.generators.DSAParametersGenerator.init:(IILjava/security/SecureRandom;)V
         3: .line 249
            aload 0 /* this */
            new org.bouncycastle.crypto.params.DSAKeyGenerationParameters
            dup
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.random:Ljava/security/SecureRandom;
            aload 1 /* pGen */
            invokevirtual org.bouncycastle.crypto.generators.DSAParametersGenerator.generateParameters:()Lorg/bouncycastle/crypto/params/DSAParameters;
            invokespecial org.bouncycastle.crypto.params.DSAKeyGenerationParameters.<init>:(Ljava/security/SecureRandom;Lorg/bouncycastle/crypto/params/DSAParameters;)V
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.param:Lorg/bouncycastle/crypto/params/DSAKeyGenerationParameters;
         4: .line 250
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.engine:Lorg/bouncycastle/crypto/generators/DSAKeyPairGenerator;
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.param:Lorg/bouncycastle/crypto/params/DSAKeyGenerationParameters;
            invokevirtual org.bouncycastle.crypto.generators.DSAKeyPairGenerator.init:(Lorg/bouncycastle/crypto/KeyGenerationParameters;)V
         5: .line 251
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.initialised:Z
        end local 1 // org.bouncycastle.crypto.generators.DSAParametersGenerator pGen
         6: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA.engine:Lorg/bouncycastle/crypto/generators/DSAKeyPairGenerator;
            invokevirtual org.bouncycastle.crypto.generators.DSAKeyPairGenerator.generateKeyPair:()Lorg/bouncycastle/crypto/AsymmetricCipherKeyPair;
            astore 1 /* pair */
        start local 1 // org.bouncycastle.crypto.AsymmetricCipherKeyPair pair
         7: .line 255
            aload 1 /* pair */
            invokevirtual org.bouncycastle.crypto.AsymmetricCipherKeyPair.getPublic:()Lorg/bouncycastle/crypto/CipherParameters;
            checkcast org.bouncycastle.crypto.params.DSAPublicKeyParameters
            astore 2 /* pub */
        start local 2 // org.bouncycastle.crypto.params.DSAPublicKeyParameters pub
         8: .line 256
            aload 1 /* pair */
            invokevirtual org.bouncycastle.crypto.AsymmetricCipherKeyPair.getPrivate:()Lorg/bouncycastle/crypto/CipherParameters;
            checkcast org.bouncycastle.crypto.params.DSAPrivateKeyParameters
            astore 3 /* priv */
        start local 3 // org.bouncycastle.crypto.params.DSAPrivateKeyParameters priv
         9: .line 258
            new java.security.KeyPair
            dup
            new org.bouncycastle.jce.provider.JDKDSAPublicKey
            dup
            aload 2 /* pub */
            invokespecial org.bouncycastle.jce.provider.JDKDSAPublicKey.<init>:(Lorg/bouncycastle/crypto/params/DSAPublicKeyParameters;)V
        10: .line 259
            new org.bouncycastle.jce.provider.JDKDSAPrivateKey
            dup
            aload 3 /* priv */
            invokespecial org.bouncycastle.jce.provider.JDKDSAPrivateKey.<init>:(Lorg/bouncycastle/crypto/params/DSAPrivateKeyParameters;)V
        11: .line 258
            invokespecial java.security.KeyPair.<init>:(Ljava/security/PublicKey;Ljava/security/PrivateKey;)V
            areturn
        end local 3 // org.bouncycastle.crypto.params.DSAPrivateKeyParameters priv
        end local 2 // org.bouncycastle.crypto.params.DSAPublicKeyParameters pub
        end local 1 // org.bouncycastle.crypto.AsymmetricCipherKeyPair pair
        end local 0 // org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/bouncycastle/jce/provider/JDKKeyPairGenerator$DSA;
            2    6     1  pGen  Lorg/bouncycastle/crypto/generators/DSAParametersGenerator;
            7   12     1  pair  Lorg/bouncycastle/crypto/AsymmetricCipherKeyPair;
            8   12     2   pub  Lorg/bouncycastle/crypto/params/DSAPublicKeyParameters;
            9   12     3  priv  Lorg/bouncycastle/crypto/params/DSAPrivateKeyParameters;
}
SourceFile: "JDKKeyPairGenerator.java"
NestHost: org.bouncycastle.jce.provider.JDKKeyPairGenerator
InnerClasses:
  public DSA = org.bouncycastle.jce.provider.JDKKeyPairGenerator$DSA of org.bouncycastle.jce.provider.JDKKeyPairGenerator