Package org.bouncycastle.jce.provider
Class JDKPKCS12StoreParameter
java.lang.Object
org.bouncycastle.jce.provider.JDKPKCS12StoreParameter
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
public class JDKPKCS12StoreParameter extends Object implements KeyStore.LoadStoreParameter
Deprecated.
use org.bouncycastle.jcajce.config.PKCS12StoreParameter
-
Constructor Summary
Constructors Constructor Description JDKPKCS12StoreParameter()Deprecated. -
Method Summary
Modifier and Type Method Description OutputStreamgetOutputStream()Deprecated.KeyStore.ProtectionParametergetProtectionParameter()Deprecated.Returns theProtectionParameterwhich is used to protect data in theKeyStore.booleanisUseDEREncoding()Deprecated.voidsetOutputStream(OutputStream outputStream)Deprecated.voidsetPassword(char[] password)Deprecated.voidsetProtectionParameter(KeyStore.ProtectionParameter protectionParameter)Deprecated.voidsetUseDEREncoding(boolean useDEREncoding)Deprecated.
-
Constructor Details
-
JDKPKCS12StoreParameter
public JDKPKCS12StoreParameter()Deprecated.
-
-
Method Details
-
getOutputStream
Deprecated. -
getProtectionParameter
Deprecated.Description copied from interface:KeyStore.LoadStoreParameterReturns theProtectionParameterwhich is used to protect data in theKeyStore.- Specified by:
getProtectionParameterin interfaceKeyStore.LoadStoreParameter- Returns:
- the
ProtectionParameterwhich is used to protect data in theKeyStore, maybenull.
-
isUseDEREncoding
public boolean isUseDEREncoding()Deprecated. -
setOutputStream
Deprecated. -
setPassword
public void setPassword(char[] password)Deprecated. -
setProtectionParameter
Deprecated. -
setUseDEREncoding
public void setUseDEREncoding(boolean useDEREncoding)Deprecated.
-