Class PKCS12StoreParameter
java.lang.Object
org.bouncycastle.jcajce.PKCS12StoreParameter
org.bouncycastle.jcajce.provider.config.PKCS12StoreParameter
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
Deprecated.
use org.bouncycastle.jcajce.PKCS12StoreParameter
-
Constructor Summary
ConstructorDescriptionPKCS12StoreParameter
(OutputStream out, char[] password) Deprecated.PKCS12StoreParameter
(OutputStream out, char[] password, boolean forDEREncoding) Deprecated.PKCS12StoreParameter
(OutputStream out, KeyStore.ProtectionParameter protectionParameter) Deprecated.PKCS12StoreParameter
(OutputStream out, KeyStore.ProtectionParameter protectionParameter, boolean forDEREncoding) Deprecated. -
Method Summary
Methods inherited from class org.bouncycastle.jcajce.PKCS12StoreParameter
getOutputStream, getProtectionParameter, isForDEREncoding
-
Constructor Details
-
PKCS12StoreParameter
Deprecated. -
PKCS12StoreParameter
Deprecated. -
PKCS12StoreParameter
Deprecated. -
PKCS12StoreParameter
public PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter, boolean forDEREncoding) Deprecated.
-