public class org.bouncycastle.jcajce.PKCS12StoreParameter implements java.security.KeyStore$LoadStoreParameter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jcajce.PKCS12StoreParameter
  super_class: java.lang.Object
{
  private final java.io.OutputStream out;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.KeyStore$ProtectionParameter protectionParameter;
    descriptor: Ljava/security/KeyStore$ProtectionParameter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>(java.io.OutputStream, java.security.KeyStore$ProtectionParameter);
    descriptor: (Ljava/io/OutputStream;Ljava/security/KeyStore$ProtectionParameter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
        start local 1 // java.io.OutputStream out
        start local 2 // java.security.KeyStore$ProtectionParameter protectionParameter
         0: .line 28
            aload 0 /* this */
            aload 1 /* out */
            aload 2 /* protectionParameter */
            iconst_0
            invokespecial org.bouncycastle.jcajce.PKCS12StoreParameter.<init>:(Ljava/io/OutputStream;Ljava/security/KeyStore$ProtectionParameter;Z)V
         1: .line 29
            return
        end local 2 // java.security.KeyStore$ProtectionParameter protectionParameter
        end local 1 // java.io.OutputStream out
        end local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/bouncycastle/jcajce/PKCS12StoreParameter;
            0    2     1                  out  Ljava/io/OutputStream;
            0    2     2  protectionParameter  Ljava/security/KeyStore$ProtectionParameter;
    MethodParameters:
                     Name  Flags
      out                  
      protectionParameter  

  public void <init>(java.io.OutputStream, char[], boolean);
    descriptor: (Ljava/io/OutputStream;[CZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
        start local 1 // java.io.OutputStream out
        start local 2 // char[] password
        start local 3 // boolean forDEREncoding
         0: .line 33
            aload 0 /* this */
            aload 1 /* out */
            new java.security.KeyStore$PasswordProtection
            dup
            aload 2 /* password */
            invokespecial java.security.KeyStore$PasswordProtection.<init>:([C)V
            iload 3 /* forDEREncoding */
            invokespecial org.bouncycastle.jcajce.PKCS12StoreParameter.<init>:(Ljava/io/OutputStream;Ljava/security/KeyStore$ProtectionParameter;Z)V
         1: .line 34
            return
        end local 3 // boolean forDEREncoding
        end local 2 // char[] password
        end local 1 // java.io.OutputStream out
        end local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/bouncycastle/jcajce/PKCS12StoreParameter;
            0    2     1             out  Ljava/io/OutputStream;
            0    2     2        password  [C
            0    2     3  forDEREncoding  Z
    MethodParameters:
                Name  Flags
      out             
      password        
      forDEREncoding  

  public void <init>(java.io.OutputStream, java.security.KeyStore$ProtectionParameter, boolean);
    descriptor: (Ljava/io/OutputStream;Ljava/security/KeyStore$ProtectionParameter;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
        start local 1 // java.io.OutputStream out
        start local 2 // java.security.KeyStore$ProtectionParameter protectionParameter
        start local 3 // boolean forDEREncoding
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* out */
            putfield org.bouncycastle.jcajce.PKCS12StoreParameter.out:Ljava/io/OutputStream;
         2: .line 39
            aload 0 /* this */
            aload 2 /* protectionParameter */
            putfield org.bouncycastle.jcajce.PKCS12StoreParameter.protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
         3: .line 40
            aload 0 /* this */
            iload 3 /* forDEREncoding */
            putfield org.bouncycastle.jcajce.PKCS12StoreParameter.forDEREncoding:Z
         4: .line 41
            return
        end local 3 // boolean forDEREncoding
        end local 2 // java.security.KeyStore$ProtectionParameter protectionParameter
        end local 1 // java.io.OutputStream out
        end local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/bouncycastle/jcajce/PKCS12StoreParameter;
            0    5     1                  out  Ljava/io/OutputStream;
            0    5     2  protectionParameter  Ljava/security/KeyStore$ProtectionParameter;
            0    5     3       forDEREncoding  Z
    MethodParameters:
                     Name  Flags
      out                  
      protectionParameter  
      forDEREncoding       

  public java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
         0: .line 45
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12StoreParameter.out:Ljava/io/OutputStream;
            areturn
        end local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jcajce/PKCS12StoreParameter;

  public java.security.KeyStore$ProtectionParameter getProtectionParameter();
    descriptor: ()Ljava/security/KeyStore$ProtectionParameter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
         0: .line 50
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12StoreParameter.protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
            areturn
        end local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jcajce/PKCS12StoreParameter;

  public boolean isForDEREncoding();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
         0: .line 60
            aload 0 /* this */
            getfield org.bouncycastle.jcajce.PKCS12StoreParameter.forDEREncoding:Z
            ireturn
        end local 0 // org.bouncycastle.jcajce.PKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jcajce/PKCS12StoreParameter;
}
SourceFile: "PKCS12StoreParameter.java"
InnerClasses:
  public abstract LoadStoreParameter = java.security.KeyStore$LoadStoreParameter of java.security.KeyStore
  public PasswordProtection = java.security.KeyStore$PasswordProtection of java.security.KeyStore
  public abstract ProtectionParameter = java.security.KeyStore$ProtectionParameter of java.security.KeyStore