public class org.bouncycastle.jce.provider.JDKPKCS12StoreParameter implements java.security.KeyStore$LoadStoreParameter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.provider.JDKPKCS12StoreParameter
  super_class: java.lang.Object
{
  private java.io.OutputStream outputStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.security.KeyStore$ProtectionParameter protectionParameter;
    descriptor: Ljava/security/KeyStore$ProtectionParameter;
    flags: (0x0002) ACC_PRIVATE

  private boolean useDEREncoding;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
         0: .line 8
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKPKCS12StoreParameter;

  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.jce.provider.JDKPKCS12StoreParameter this
         0: .line 16
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.outputStream:Ljava/io/OutputStream;
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKPKCS12StoreParameter;

  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.jce.provider.JDKPKCS12StoreParameter this
         0: .line 21
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKPKCS12StoreParameter;

  public boolean isUseDEREncoding();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
         0: .line 26
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.useDEREncoding:Z
            ireturn
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKPKCS12StoreParameter;

  public void setOutputStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
        start local 1 // java.io.OutputStream outputStream
         0: .line 31
            aload 0 /* this */
            aload 1 /* outputStream */
            putfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.outputStream:Ljava/io/OutputStream;
         1: .line 32
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/bouncycastle/jce/provider/JDKPKCS12StoreParameter;
            0    2     1  outputStream  Ljava/io/OutputStream;
    MethodParameters:
              Name  Flags
      outputStream  

  public void setPassword(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
        start local 1 // char[] password
         0: .line 36
            aload 0 /* this */
            new java.security.KeyStore$PasswordProtection
            dup
            aload 1 /* password */
            invokespecial java.security.KeyStore$PasswordProtection.<init>:([C)V
            putfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
         1: .line 37
            return
        end local 1 // char[] password
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/bouncycastle/jce/provider/JDKPKCS12StoreParameter;
            0    2     1  password  [C
    MethodParameters:
          Name  Flags
      password  

  public void setProtectionParameter(java.security.KeyStore$ProtectionParameter);
    descriptor: (Ljava/security/KeyStore$ProtectionParameter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
        start local 1 // java.security.KeyStore$ProtectionParameter protectionParameter
         0: .line 41
            aload 0 /* this */
            aload 1 /* protectionParameter */
            putfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
         1: .line 42
            return
        end local 1 // java.security.KeyStore$ProtectionParameter protectionParameter
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/bouncycastle/jce/provider/JDKPKCS12StoreParameter;
            0    2     1  protectionParameter  Ljava/security/KeyStore$ProtectionParameter;
    MethodParameters:
                     Name  Flags
      protectionParameter  

  public void setUseDEREncoding(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
        start local 1 // boolean useDEREncoding
         0: .line 46
            aload 0 /* this */
            iload 1 /* useDEREncoding */
            putfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.useDEREncoding:Z
         1: .line 47
            return
        end local 1 // boolean useDEREncoding
        end local 0 // org.bouncycastle.jce.provider.JDKPKCS12StoreParameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/bouncycastle/jce/provider/JDKPKCS12StoreParameter;
            0    2     1  useDEREncoding  Z
    MethodParameters:
                Name  Flags
      useDEREncoding  
}
SourceFile: "JDKPKCS12StoreParameter.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