Uses of Class
org.bouncycastle.crypto.util.PBKDFConfig
Packages that use PBKDFConfig
Package
Description
-
Uses of PBKDFConfig in org.bouncycastle.crypto.util
Subclasses of PBKDFConfig in org.bouncycastle.crypto.utilModifier and TypeClassDescriptionclassConfiguration class for a PBKDF using PKCS#5 Scheme 2.classConfiguration class for a PBKDF based around scrypt. -
Uses of PBKDFConfig in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return PBKDFConfigModifier and TypeMethodDescriptionBCFKSLoadStoreParameter.getStorePBKDFConfig()Return the PBKDF used for generating the HMAC and store encryption keys.BCFKSStoreParameter.getStorePBKDFConfig()Deprecated.Return the PBKDF used for generating the HMAC and store encryption keys.Methods in org.bouncycastle.jcajce with parameters of type PBKDFConfigModifier and TypeMethodDescriptionBCFKSLoadStoreParameter.Builder.withStorePBKDFConfig(PBKDFConfig storeConfig) Configure the PBKDF to use for protecting the KeyStore.Constructors in org.bouncycastle.jcajce with parameters of type PBKDFConfigModifierConstructorDescriptionBCFKSStoreParameter(OutputStream out, PBKDFConfig storeConfig, char[] password) Deprecated.BCFKSStoreParameter(OutputStream out, PBKDFConfig storeConfig, KeyStore.ProtectionParameter protectionParameter) Deprecated. -
Uses of PBKDFConfig in org.bouncycastle.pkcs.jcajce
Constructors in org.bouncycastle.pkcs.jcajce with parameters of type PBKDFConfigModifierConstructorDescriptionJcePKCSPBEOutputEncryptorBuilder(PBKDFConfig pbkdfAlgorithm, ASN1ObjectIdentifier keyEncryptionAlg) Constructor allowing different derivation functions such as PBKDF2 and scrypt.