public class org.bouncycastle.jcajce.PKCS12Key implements org.bouncycastle.jcajce.PBKDFKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jcajce.PKCS12Key
  super_class: java.lang.Object
{
  private final char[] password;
    descriptor: [C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean useWrongZeroLengthConversion;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.jcajce.PKCS12Key this
        start local 1 // char[] password
         0: .line 20
            aload 0 /* this */
            aload 1 /* password */
            iconst_0
            invokespecial org.bouncycastle.jcajce.PKCS12Key.<init>:([CZ)V
         1: .line 21
            return
        end local 1 // char[] password
        end local 0 // org.bouncycastle.jcajce.PKCS12Key this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/bouncycastle/jcajce/PKCS12Key;
            0    2     1  password  [C
    MethodParameters:
          Name  Flags
      password  

  public void <init>(char[], boolean);
    descriptor: ([CZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.bouncycastle.jcajce.PKCS12Key this
        start local 1 // char[] password
        start local 2 // boolean useWrongZeroLengthConversion
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 1 /* password */
            ifnonnull 3
         2: .line 34
            iconst_0
            newarray 5
            astore 1 /* password */
         3: .line 37
      StackMap locals: org.bouncycastle.jcajce.PKCS12Key char[] int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* password */
            arraylength
            newarray 5
            putfield org.bouncycastle.jcajce.PKCS12Key.password:[C
         4: .line 38
            aload 0 /* this */
            iload 2 /* useWrongZeroLengthConversion */
            putfield org.bouncycastle.jcajce.PKCS12Key.useWrongZeroLengthConversion:Z
         5: .line 40
            aload 1 /* password */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12Key.password:[C
            iconst_0
            aload 1 /* password */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 41
            return
        end local 2 // boolean useWrongZeroLengthConversion
        end local 1 // char[] password
        end local 0 // org.bouncycastle.jcajce.PKCS12Key this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    7     0                          this  Lorg/bouncycastle/jcajce/PKCS12Key;
            0    7     1                      password  [C
            0    7     2  useWrongZeroLengthConversion  Z
    MethodParameters:
                              Name  Flags
      password                      
      useWrongZeroLengthConversion  

  public char[] getPassword();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12Key this
         0: .line 50
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12Key.password:[C
            areturn
        end local 0 // org.bouncycastle.jcajce.PKCS12Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jcajce/PKCS12Key;

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12Key this
         0: .line 60
            ldc "PKCS12"
            areturn
        end local 0 // org.bouncycastle.jcajce.PKCS12Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jcajce/PKCS12Key;

  public java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12Key this
         0: .line 70
            ldc "PKCS12"
            areturn
        end local 0 // org.bouncycastle.jcajce.PKCS12Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jcajce/PKCS12Key;

  public byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12Key this
         0: .line 80
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12Key.useWrongZeroLengthConversion:Z
            ifeq 2
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12Key.password:[C
            arraylength
            ifne 2
         1: .line 82
            iconst_2
            newarray 8
            areturn
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12Key.password:[C
            invokestatic org.bouncycastle.crypto.PBEParametersGenerator.PKCS12PasswordToBytes:([C)[B
            areturn
        end local 0 // org.bouncycastle.jcajce.PKCS12Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/jcajce/PKCS12Key;
}
SourceFile: "PKCS12Key.java"