Class PKCS12StoreParameter
java.lang.Object
org.bouncycastle.jcajce.provider.config.PKCS12StoreParameter
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
public class PKCS12StoreParameter extends Object implements KeyStore.LoadStoreParameter
-
Constructor Summary
Constructors Constructor Description PKCS12StoreParameter(OutputStream out, char[] password)PKCS12StoreParameter(OutputStream out, char[] password, boolean forDEREncoding)PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter)PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter, boolean forDEREncoding) -
Method Summary
Modifier and Type Method Description OutputStreamgetOutputStream()KeyStore.ProtectionParametergetProtectionParameter()Returns theProtectionParameterwhich is used to protect data in theKeyStore.booleanisForDEREncoding()
-
Constructor Details
-
PKCS12StoreParameter
-
PKCS12StoreParameter
-
PKCS12StoreParameter
-
PKCS12StoreParameter
public PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter, boolean forDEREncoding)
-
-
Method Details
-
getOutputStream
-
getProtectionParameter
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.
-
isForDEREncoding
public boolean isForDEREncoding()
-