Uses of Class
org.bouncycastle.crypto.util.PBKDFConfig
Packages that use PBKDFConfig
Package
Description
Utility classes for supporting the crypto APIs - entropy provision and SP 800-56A OtherInfo and MacData.
Key and algorithm parameters classes for supporting provider specific algorithms and modes.
-
Uses of PBKDFConfig in org.bouncycastle.crypto.util
Subclasses of PBKDFConfig in org.bouncycastle.crypto.utilModifier and TypeClassDescriptionclass
Configuration class for a PBKDF using PKCS#5 Scheme 2.class
Configuration 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.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.