public class org.bouncycastle.jcajce.PKCS12KeyWithParameters extends org.bouncycastle.jcajce.PKCS12Key implements javax.crypto.interfaces.PBEKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jcajce.PKCS12KeyWithParameters
  super_class: org.bouncycastle.jcajce.PKCS12Key
{
  private final byte[] salt;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int iterationCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(char[], byte[], int);
    descriptor: ([C[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.jcajce.PKCS12KeyWithParameters this
        start local 1 // char[] password
        start local 2 // byte[] salt
        start local 3 // int iterationCount
         0: .line 26
            aload 0 /* this */
            aload 1 /* password */
            invokespecial org.bouncycastle.jcajce.PKCS12Key.<init>:([C)V
         1: .line 28
            aload 0 /* this */
            aload 2 /* salt */
            invokestatic org.bouncycastle.util.Arrays.clone:([B)[B
            putfield org.bouncycastle.jcajce.PKCS12KeyWithParameters.salt:[B
         2: .line 29
            aload 0 /* this */
            iload 3 /* iterationCount */
            putfield org.bouncycastle.jcajce.PKCS12KeyWithParameters.iterationCount:I
         3: .line 30
            return
        end local 3 // int iterationCount
        end local 2 // byte[] salt
        end local 1 // char[] password
        end local 0 // org.bouncycastle.jcajce.PKCS12KeyWithParameters this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/bouncycastle/jcajce/PKCS12KeyWithParameters;
            0    4     1        password  [C
            0    4     2            salt  [B
            0    4     3  iterationCount  I
    MethodParameters:
                Name  Flags
      password        
      salt            
      iterationCount  

  public void <init>(char[], boolean, byte[], int);
    descriptor: ([CZ[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.bouncycastle.jcajce.PKCS12KeyWithParameters this
        start local 1 // char[] password
        start local 2 // boolean useWrongZeroLengthConversion
        start local 3 // byte[] salt
        start local 4 // int iterationCount
         0: .line 44
            aload 0 /* this */
            aload 1 /* password */
            iload 2 /* useWrongZeroLengthConversion */
            invokespecial org.bouncycastle.jcajce.PKCS12Key.<init>:([CZ)V
         1: .line 46
            aload 0 /* this */
            aload 3 /* salt */
            invokestatic org.bouncycastle.util.Arrays.clone:([B)[B
            putfield org.bouncycastle.jcajce.PKCS12KeyWithParameters.salt:[B
         2: .line 47
            aload 0 /* this */
            iload 4 /* iterationCount */
            putfield org.bouncycastle.jcajce.PKCS12KeyWithParameters.iterationCount:I
         3: .line 48
            return
        end local 4 // int iterationCount
        end local 3 // byte[] salt
        end local 2 // boolean useWrongZeroLengthConversion
        end local 1 // char[] password
        end local 0 // org.bouncycastle.jcajce.PKCS12KeyWithParameters this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    4     0                          this  Lorg/bouncycastle/jcajce/PKCS12KeyWithParameters;
            0    4     1                      password  [C
            0    4     2  useWrongZeroLengthConversion  Z
            0    4     3                          salt  [B
            0    4     4                iterationCount  I
    MethodParameters:
                              Name  Flags
      password                      
      useWrongZeroLengthConversion  
      salt                          
      iterationCount                

  public byte[] getSalt();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12KeyWithParameters this
         0: .line 57
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12KeyWithParameters.salt:[B
            areturn
        end local 0 // org.bouncycastle.jcajce.PKCS12KeyWithParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jcajce/PKCS12KeyWithParameters;

  public int getIterationCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12KeyWithParameters this
         0: .line 67
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12KeyWithParameters.iterationCount:I
            ireturn
        end local 0 // org.bouncycastle.jcajce.PKCS12KeyWithParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jcajce/PKCS12KeyWithParameters;
}
SourceFile: "PKCS12KeyWithParameters.java"