Package org.bouncycastle.jce.provider
Class JDKPKCS12StoreParameter
- java.lang.Object
 - 
- org.bouncycastle.jce.provider.JDKPKCS12StoreParameter
 
 
- 
- All Implemented Interfaces:
 java.security.KeyStore.LoadStoreParameter
public class JDKPKCS12StoreParameter extends java.lang.Object implements java.security.KeyStore.LoadStoreParameterDeprecated.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 java.io.OutputStreamgetOutputStream()Deprecated.java.security.KeyStore.ProtectionParametergetProtectionParameter()Deprecated.booleanisUseDEREncoding()Deprecated.voidsetOutputStream(java.io.OutputStream outputStream)Deprecated.voidsetPassword(char[] password)Deprecated.voidsetProtectionParameter(java.security.KeyStore.ProtectionParameter protectionParameter)Deprecated.voidsetUseDEREncoding(boolean useDEREncoding)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getOutputStream
public java.io.OutputStream getOutputStream()
Deprecated. 
- 
getProtectionParameter
public java.security.KeyStore.ProtectionParameter getProtectionParameter()
Deprecated.- Specified by:
 getProtectionParameterin interfacejava.security.KeyStore.LoadStoreParameter
 
- 
isUseDEREncoding
public boolean isUseDEREncoding()
Deprecated. 
- 
setOutputStream
public void setOutputStream(java.io.OutputStream outputStream)
Deprecated. 
- 
setPassword
public void setPassword(char[] password)
Deprecated. 
- 
setProtectionParameter
public void setProtectionParameter(java.security.KeyStore.ProtectionParameter protectionParameter)
Deprecated. 
- 
setUseDEREncoding
public void setUseDEREncoding(boolean useDEREncoding)
Deprecated. 
 - 
 
 -