Uses of Class
org.bouncycastle.jcajce.BCFKSLoadStoreParameter.Builder
Packages that use BCFKSLoadStoreParameter.Builder
Package
Description
Key and algorithm parameters classes for supporting provider specific algorithms and modes.
-
Uses of BCFKSLoadStoreParameter.Builder in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return BCFKSLoadStoreParameter.BuilderModifier and TypeMethodDescriptionBCFKSLoadStoreParameter.Builder.withStoreEncryptionAlgorithm
(BCFKSLoadStoreParameter.EncryptionAlgorithm encAlg) Configure the encryption algorithm to use for protecting the KeyStore and its keys.BCFKSLoadStoreParameter.Builder.withStoreMacAlgorithm
(BCFKSLoadStoreParameter.MacAlgorithm macAlg) Configure the MAC algorithm to use for protecting the KeyStore.BCFKSLoadStoreParameter.Builder.withStorePBKDFConfig
(PBKDFConfig storeConfig) Configure the PBKDF to use for protecting the KeyStore.