Package org.bouncycastle.jcajce
Class BCFKSStoreParameter
java.lang.Object
org.bouncycastle.jcajce.BCFKSStoreParameter
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
Deprecated.
This class does not support configuration on creation, use BCFKSLoadStoreParameter for best results.
LoadStoreParameter to allow configuring of the PBKDF used to generate encryption keys for
use in the keystore.
-
Constructor Summary
ConstructorDescriptionBCFKSStoreParameter
(OutputStream out, PBKDFConfig storeConfig, char[] password) Deprecated.BCFKSStoreParameter
(OutputStream out, PBKDFConfig storeConfig, KeyStore.ProtectionParameter protectionParameter) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Return the PBKDF used for generating the HMAC and store encryption keys.
-
Constructor Details
-
BCFKSStoreParameter
Deprecated. -
BCFKSStoreParameter
public BCFKSStoreParameter(OutputStream out, PBKDFConfig storeConfig, KeyStore.ProtectionParameter protectionParameter) Deprecated.
-
-
Method Details
-
getProtectionParameter
Deprecated.- Specified by:
getProtectionParameter
in interfaceKeyStore.LoadStoreParameter
-
getOutputStream
Deprecated. -
getStorePBKDFConfig
Deprecated.Return the PBKDF used for generating the HMAC and store encryption keys.- Returns:
- the PBKDF to use for deriving HMAC and store encryption keys.
-