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