Uses of Class
org.bouncycastle.crypto.util.PBKDFConfig
-
Packages that use PBKDFConfig Package Description org.bouncycastle.crypto.util org.bouncycastle.jcajce -
-
Uses of PBKDFConfig in org.bouncycastle.crypto.util
Subclasses of PBKDFConfig in org.bouncycastle.crypto.util Modifier and Type Class Description class
PBKDF2Config
Configuration class for a PBKDF using PKCS#5 Scheme 2.class
ScryptConfig
Configuration class for a PBKDF based around scrypt. -
Uses of PBKDFConfig in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return PBKDFConfig Modifier and Type Method Description PBKDFConfig
BCFKSLoadStoreParameter. getStorePBKDFConfig()
Return the PBKDF used for generating the HMAC and store encryption keys.PBKDFConfig
BCFKSStoreParameter. getStorePBKDFConfig()
Deprecated.Return the PBKDF used for generating the HMAC and store encryption keys.Methods in org.bouncycastle.jcajce with parameters of type PBKDFConfig Modifier and Type Method Description BCFKSLoadStoreParameter.Builder
BCFKSLoadStoreParameter.Builder. withStorePBKDFConfig(PBKDFConfig storeConfig)
Configure the PBKDF to use for protecting the KeyStore.Constructors in org.bouncycastle.jcajce with parameters of type PBKDFConfig Constructor Description BCFKSStoreParameter(OutputStream out, PBKDFConfig storeConfig, char[] password)
Deprecated.BCFKSStoreParameter(OutputStream out, PBKDFConfig storeConfig, KeyStore.ProtectionParameter protectionParameter)
Deprecated.
-