public class org.bouncycastle.jce.provider.BrokenPBE$Util
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.provider.BrokenPBE$Util
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.BrokenPBE$Util this
         0: .line 262
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.jce.provider.BrokenPBE$Util this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/BrokenPBE$Util;

  private static void setOddParity(byte[]);
    descriptor: ([B)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // byte[] bytes
         0: .line 272
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 21
         2: .line 274
      StackMap locals: int
      StackMap stack:
            aload 0 /* bytes */
            iload 1 /* i */
            baload
            istore 2 /* b */
        start local 2 // int b
         3: .line 275
            aload 0 /* bytes */
            iload 1 /* i */
            iload 2 /* b */
            sipush 254
            iand
         4: .line 276
            iload 2 /* b */
            iconst_1
            ishr
         5: .line 277
            iload 2 /* b */
            iconst_2
            ishr
         6: .line 276
            ixor
         7: .line 278
            iload 2 /* b */
            iconst_3
            ishr
         8: .line 276
            ixor
         9: .line 279
            iload 2 /* b */
            iconst_4
            ishr
        10: .line 276
            ixor
        11: .line 280
            iload 2 /* b */
            iconst_5
            ishr
        12: .line 276
            ixor
        13: .line 281
            iload 2 /* b */
            bipush 6
            ishr
        14: .line 276
            ixor
        15: .line 282
            iload 2 /* b */
            bipush 7
            ishr
        16: .line 276
            ixor
        17: .line 282
            iconst_1
        18: .line 276
            ixor
            ior
            i2b
        19: .line 275
            bastore
        end local 2 // int b
        20: .line 272
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 1 /* i */
            aload 0 /* bytes */
            arraylength
            if_icmplt 2
        end local 1 // int i
        22: .line 284
            return
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0  bytes  [B
            1   22     1      i  I
            3   20     2      b  I
    MethodParameters:
       Name  Flags
      bytes  

  private static org.bouncycastle.crypto.PBEParametersGenerator makePBEGenerator(int, int);
    descriptor: (II)Lorg/bouncycastle/crypto/PBEParametersGenerator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // int type
        start local 1 // int hash
         0: .line 292
            iload 0 /* type */
            ifne 8
         1: .line 294
            iload 1 /* hash */
            tableswitch { // 0 - 1
                    0: 2
                    1: 4
              default: 6
          }
         2: .line 297
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator
            dup
            new org.bouncycastle.crypto.digests.MD5Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.MD5Digest.<init>:()V
            invokespecial org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
         3: .line 298
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
         4: .line 300
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator
            dup
            new org.bouncycastle.crypto.digests.SHA1Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.SHA1Digest.<init>:()V
            invokespecial org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
         5: .line 301
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
         6: .line 303
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "PKCS5 scheme 1 only supports only MD5 and SHA1."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
         7: .line 305
      StackMap locals: org.bouncycastle.crypto.PBEParametersGenerator
      StackMap stack:
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
         8: .line 306
      StackMap locals:
      StackMap stack:
            iload 0 /* type */
            iconst_1
            if_icmpne 11
         9: .line 308
            new org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator
            dup
            invokespecial org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator.<init>:()V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        10: .line 309
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        11: .line 310
      StackMap locals:
      StackMap stack:
            iload 0 /* type */
            iconst_3
            if_icmpne 21
        12: .line 312
            iload 1 /* hash */
            tableswitch { // 0 - 2
                    0: 13
                    1: 15
                    2: 17
              default: 19
          }
        13: .line 315
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.jce.provider.OldPKCS12ParametersGenerator
            dup
            new org.bouncycastle.crypto.digests.MD5Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.MD5Digest.<init>:()V
            invokespecial org.bouncycastle.jce.provider.OldPKCS12ParametersGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        14: .line 316
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        15: .line 318
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.jce.provider.OldPKCS12ParametersGenerator
            dup
            new org.bouncycastle.crypto.digests.SHA1Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.SHA1Digest.<init>:()V
            invokespecial org.bouncycastle.jce.provider.OldPKCS12ParametersGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        16: .line 319
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        17: .line 321
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.jce.provider.OldPKCS12ParametersGenerator
            dup
            new org.bouncycastle.crypto.digests.RIPEMD160Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.RIPEMD160Digest.<init>:()V
            invokespecial org.bouncycastle.jce.provider.OldPKCS12ParametersGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        18: .line 322
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        19: .line 324
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "unknown digest scheme for PBE encryption."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        20: .line 326
      StackMap locals: org.bouncycastle.crypto.PBEParametersGenerator
      StackMap stack:
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        21: .line 329
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            tableswitch { // 0 - 2
                    0: 22
                    1: 24
                    2: 26
              default: 28
          }
        22: .line 332
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
            dup
            new org.bouncycastle.crypto.digests.MD5Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.MD5Digest.<init>:()V
            invokespecial org.bouncycastle.crypto.generators.PKCS12ParametersGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        23: .line 333
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        24: .line 335
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
            dup
            new org.bouncycastle.crypto.digests.SHA1Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.SHA1Digest.<init>:()V
            invokespecial org.bouncycastle.crypto.generators.PKCS12ParametersGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        25: .line 336
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        26: .line 338
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
            dup
            new org.bouncycastle.crypto.digests.RIPEMD160Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.RIPEMD160Digest.<init>:()V
            invokespecial org.bouncycastle.crypto.generators.PKCS12ParametersGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            astore 2 /* generator */
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        27: .line 339
            goto 29
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        28: .line 341
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "unknown digest scheme for PBE encryption."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        29: .line 345
      StackMap locals: org.bouncycastle.crypto.PBEParametersGenerator
      StackMap stack:
            aload 2 /* generator */
            areturn
        end local 2 // org.bouncycastle.crypto.PBEParametersGenerator generator
        end local 1 // int hash
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       type  I
            0   30     1       hash  I
            3    4     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
            5    6     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
            7    8     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           10   11     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           14   15     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           16   17     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           18   19     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           20   21     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           23   24     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           25   26     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           27   28     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
           29   30     2  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
    MethodParameters:
      Name  Flags
      type  
      hash  

  static org.bouncycastle.crypto.CipherParameters makePBEParameters(org.bouncycastle.jce.provider.JCEPBEKey, java.security.spec.AlgorithmParameterSpec, int, int, java.lang.String, int, int);
    descriptor: (Lorg/bouncycastle/jce/provider/JCEPBEKey;Ljava/security/spec/AlgorithmParameterSpec;IILjava/lang/String;II)Lorg/bouncycastle/crypto/CipherParameters;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=12, args_size=7
        start local 0 // org.bouncycastle.jce.provider.JCEPBEKey pbeKey
        start local 1 // java.security.spec.AlgorithmParameterSpec spec
        start local 2 // int type
        start local 3 // int hash
        start local 4 // java.lang.String targetAlgorithm
        start local 5 // int keySize
        start local 6 // int ivSize
         0: .line 361
            aload 1 /* spec */
            ifnull 1
            aload 1 /* spec */
            instanceof javax.crypto.spec.PBEParameterSpec
            ifne 2
         1: .line 363
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Need a PBEParameter spec with a PBE key."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 366
      StackMap locals:
      StackMap stack:
            aload 1 /* spec */
            checkcast javax.crypto.spec.PBEParameterSpec
            astore 7 /* pbeParam */
        start local 7 // javax.crypto.spec.PBEParameterSpec pbeParam
         3: .line 367
            iload 2 /* type */
            iload 3 /* hash */
            invokestatic org.bouncycastle.jce.provider.BrokenPBE$Util.makePBEGenerator:(II)Lorg/bouncycastle/crypto/PBEParametersGenerator;
            astore 8 /* generator */
        start local 8 // org.bouncycastle.crypto.PBEParametersGenerator generator
         4: .line 368
            aload 0 /* pbeKey */
            invokevirtual org.bouncycastle.jce.provider.JCEPBEKey.getEncoded:()[B
            astore 9 /* key */
        start local 9 // byte[] key
         5: .line 371
            aload 8 /* generator */
            aload 9 /* key */
            aload 7 /* pbeParam */
            invokevirtual javax.crypto.spec.PBEParameterSpec.getSalt:()[B
            aload 7 /* pbeParam */
            invokevirtual javax.crypto.spec.PBEParameterSpec.getIterationCount:()I
            invokevirtual org.bouncycastle.crypto.PBEParametersGenerator.init:([B[BI)V
         6: .line 373
            iload 6 /* ivSize */
            ifeq 9
         7: .line 375
            aload 8 /* generator */
            iload 5 /* keySize */
            iload 6 /* ivSize */
            invokevirtual org.bouncycastle.crypto.PBEParametersGenerator.generateDerivedParameters:(II)Lorg/bouncycastle/crypto/CipherParameters;
            astore 10 /* param */
        start local 10 // org.bouncycastle.crypto.CipherParameters param
         8: .line 376
            goto 10
        end local 10 // org.bouncycastle.crypto.CipherParameters param
         9: .line 379
      StackMap locals: javax.crypto.spec.PBEParameterSpec org.bouncycastle.crypto.PBEParametersGenerator byte[]
      StackMap stack:
            aload 8 /* generator */
            iload 5 /* keySize */
            invokevirtual org.bouncycastle.crypto.PBEParametersGenerator.generateDerivedParameters:(I)Lorg/bouncycastle/crypto/CipherParameters;
            astore 10 /* param */
        start local 10 // org.bouncycastle.crypto.CipherParameters param
        10: .line 382
      StackMap locals: org.bouncycastle.crypto.CipherParameters
      StackMap stack:
            aload 4 /* targetAlgorithm */
            ldc "DES"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 17
        11: .line 384
            aload 10 /* param */
            instanceof org.bouncycastle.crypto.params.ParametersWithIV
            ifeq 15
        12: .line 386
            aload 10 /* param */
            checkcast org.bouncycastle.crypto.params.ParametersWithIV
            invokevirtual org.bouncycastle.crypto.params.ParametersWithIV.getParameters:()Lorg/bouncycastle/crypto/CipherParameters;
            checkcast org.bouncycastle.crypto.params.KeyParameter
            astore 11 /* kParam */
        start local 11 // org.bouncycastle.crypto.params.KeyParameter kParam
        13: .line 388
            aload 11 /* kParam */
            invokevirtual org.bouncycastle.crypto.params.KeyParameter.getKey:()[B
            invokestatic org.bouncycastle.jce.provider.BrokenPBE$Util.setOddParity:([B)V
        end local 11 // org.bouncycastle.crypto.params.KeyParameter kParam
        14: .line 389
            goto 17
        15: .line 392
      StackMap locals:
      StackMap stack:
            aload 10 /* param */
            checkcast org.bouncycastle.crypto.params.KeyParameter
            astore 11 /* kParam */
        start local 11 // org.bouncycastle.crypto.params.KeyParameter kParam
        16: .line 394
            aload 11 /* kParam */
            invokevirtual org.bouncycastle.crypto.params.KeyParameter.getKey:()[B
            invokestatic org.bouncycastle.jce.provider.BrokenPBE$Util.setOddParity:([B)V
        end local 11 // org.bouncycastle.crypto.params.KeyParameter kParam
        17: .line 398
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        18: goto 21
        19: .line 400
      StackMap locals: int
      StackMap stack:
            aload 9 /* key */
            iload 11 /* i */
            iconst_0
            bastore
        20: .line 398
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 11 /* i */
            aload 9 /* key */
            arraylength
            if_icmpne 19
        end local 11 // int i
        22: .line 403
            aload 10 /* param */
            areturn
        end local 10 // org.bouncycastle.crypto.CipherParameters param
        end local 9 // byte[] key
        end local 8 // org.bouncycastle.crypto.PBEParametersGenerator generator
        end local 7 // javax.crypto.spec.PBEParameterSpec pbeParam
        end local 6 // int ivSize
        end local 5 // int keySize
        end local 4 // java.lang.String targetAlgorithm
        end local 3 // int hash
        end local 2 // int type
        end local 1 // java.security.spec.AlgorithmParameterSpec spec
        end local 0 // org.bouncycastle.jce.provider.JCEPBEKey pbeKey
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   23     0           pbeKey  Lorg/bouncycastle/jce/provider/JCEPBEKey;
            0   23     1             spec  Ljava/security/spec/AlgorithmParameterSpec;
            0   23     2             type  I
            0   23     3             hash  I
            0   23     4  targetAlgorithm  Ljava/lang/String;
            0   23     5          keySize  I
            0   23     6           ivSize  I
            3   23     7         pbeParam  Ljavax/crypto/spec/PBEParameterSpec;
            4   23     8        generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
            5   23     9              key  [B
            8    9    10            param  Lorg/bouncycastle/crypto/CipherParameters;
           10   23    10            param  Lorg/bouncycastle/crypto/CipherParameters;
           13   14    11           kParam  Lorg/bouncycastle/crypto/params/KeyParameter;
           16   17    11           kParam  Lorg/bouncycastle/crypto/params/KeyParameter;
           18   22    11                i  I
    MethodParameters:
                 Name  Flags
      pbeKey           
      spec             
      type             
      hash             
      targetAlgorithm  
      keySize          
      ivSize           

  static org.bouncycastle.crypto.CipherParameters makePBEMacParameters(org.bouncycastle.jce.provider.JCEPBEKey, java.security.spec.AlgorithmParameterSpec, int, int, int);
    descriptor: (Lorg/bouncycastle/jce/provider/JCEPBEKey;Ljava/security/spec/AlgorithmParameterSpec;III)Lorg/bouncycastle/crypto/CipherParameters;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=10, args_size=5
        start local 0 // org.bouncycastle.jce.provider.JCEPBEKey pbeKey
        start local 1 // java.security.spec.AlgorithmParameterSpec spec
        start local 2 // int type
        start local 3 // int hash
        start local 4 // int keySize
         0: .line 418
            aload 1 /* spec */
            ifnull 1
            aload 1 /* spec */
            instanceof javax.crypto.spec.PBEParameterSpec
            ifne 2
         1: .line 420
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Need a PBEParameter spec with a PBE key."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 423
      StackMap locals:
      StackMap stack:
            aload 1 /* spec */
            checkcast javax.crypto.spec.PBEParameterSpec
            astore 5 /* pbeParam */
        start local 5 // javax.crypto.spec.PBEParameterSpec pbeParam
         3: .line 424
            iload 2 /* type */
            iload 3 /* hash */
            invokestatic org.bouncycastle.jce.provider.BrokenPBE$Util.makePBEGenerator:(II)Lorg/bouncycastle/crypto/PBEParametersGenerator;
            astore 6 /* generator */
        start local 6 // org.bouncycastle.crypto.PBEParametersGenerator generator
         4: .line 425
            aload 0 /* pbeKey */
            invokevirtual org.bouncycastle.jce.provider.JCEPBEKey.getEncoded:()[B
            astore 7 /* key */
        start local 7 // byte[] key
         5: .line 428
            aload 6 /* generator */
            aload 7 /* key */
            aload 5 /* pbeParam */
            invokevirtual javax.crypto.spec.PBEParameterSpec.getSalt:()[B
            aload 5 /* pbeParam */
            invokevirtual javax.crypto.spec.PBEParameterSpec.getIterationCount:()I
            invokevirtual org.bouncycastle.crypto.PBEParametersGenerator.init:([B[BI)V
         6: .line 430
            aload 6 /* generator */
            iload 4 /* keySize */
            invokevirtual org.bouncycastle.crypto.PBEParametersGenerator.generateDerivedMacParameters:(I)Lorg/bouncycastle/crypto/CipherParameters;
            astore 8 /* param */
        start local 8 // org.bouncycastle.crypto.CipherParameters param
         7: .line 432
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         8: goto 11
         9: .line 434
      StackMap locals: org.bouncycastle.jce.provider.JCEPBEKey java.security.spec.AlgorithmParameterSpec int int int javax.crypto.spec.PBEParameterSpec org.bouncycastle.crypto.PBEParametersGenerator byte[] org.bouncycastle.crypto.CipherParameters int
      StackMap stack:
            aload 7 /* key */
            iload 9 /* i */
            iconst_0
            bastore
        10: .line 432
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 9 /* i */
            aload 7 /* key */
            arraylength
            if_icmpne 9
        end local 9 // int i
        12: .line 437
            aload 8 /* param */
            areturn
        end local 8 // org.bouncycastle.crypto.CipherParameters param
        end local 7 // byte[] key
        end local 6 // org.bouncycastle.crypto.PBEParametersGenerator generator
        end local 5 // javax.crypto.spec.PBEParameterSpec pbeParam
        end local 4 // int keySize
        end local 3 // int hash
        end local 2 // int type
        end local 1 // java.security.spec.AlgorithmParameterSpec spec
        end local 0 // org.bouncycastle.jce.provider.JCEPBEKey pbeKey
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0     pbeKey  Lorg/bouncycastle/jce/provider/JCEPBEKey;
            0   13     1       spec  Ljava/security/spec/AlgorithmParameterSpec;
            0   13     2       type  I
            0   13     3       hash  I
            0   13     4    keySize  I
            3   13     5   pbeParam  Ljavax/crypto/spec/PBEParameterSpec;
            4   13     6  generator  Lorg/bouncycastle/crypto/PBEParametersGenerator;
            5   13     7        key  [B
            7   13     8      param  Lorg/bouncycastle/crypto/CipherParameters;
            8   12     9          i  I
    MethodParameters:
         Name  Flags
      pbeKey   
      spec     
      type     
      hash     
      keySize  
}
SourceFile: "BrokenPBE.java"
NestHost: org.bouncycastle.jce.provider.BrokenPBE
InnerClasses:
  public Util = org.bouncycastle.jce.provider.BrokenPBE$Util of org.bouncycastle.jce.provider.BrokenPBE