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
All Methods Instance Methods Concrete Methods Deprecated Methods 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.
-
-
-
Method Detail
-
getOutputStream
public OutputStream getOutputStream()
Deprecated.
-
getProtectionParameter
public KeyStore.ProtectionParameter 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
public void setOutputStream(OutputStream outputStream)
Deprecated.
-
setPassword
public void setPassword(char[] password)
Deprecated.
-
setProtectionParameter
public void setProtectionParameter(KeyStore.ProtectionParameter protectionParameter)
Deprecated.
-
setUseDEREncoding
public void setUseDEREncoding(boolean useDEREncoding)
Deprecated.
-
-