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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: aload 0
getfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.outputStream:Ljava/io/OutputStream;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.useDEREncoding:Z
ireturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.outputStream:Ljava/io/OutputStream;
1: return
end local 1 end local 0 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 start local 1 0: aload 0
new java.security.KeyStore$PasswordProtection
dup
aload 1
invokespecial java.security.KeyStore$PasswordProtection.<init>:([C)V
putfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
1: return
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.protectionParameter:Ljava/security/KeyStore$ProtectionParameter;
1: return
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
putfield org.bouncycastle.jce.provider.JDKPKCS12StoreParameter.useDEREncoding:Z
1: return
end local 1 end local 0 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