Uses of Class
org.bouncycastle.jcajce.BCFKSLoadStoreParameter.Builder
-
Packages that use BCFKSLoadStoreParameter.Builder Package Description org.bouncycastle.jcajce 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.Builder Modifier and Type Method Description BCFKSLoadStoreParameter.BuilderBCFKSLoadStoreParameter.Builder. withStoreEncryptionAlgorithm(BCFKSLoadStoreParameter.EncryptionAlgorithm encAlg)Configure the encryption algorithm to use for protecting the KeyStore and its keys.BCFKSLoadStoreParameter.BuilderBCFKSLoadStoreParameter.Builder. withStoreMacAlgorithm(BCFKSLoadStoreParameter.MacAlgorithm macAlg)Configure the MAC algorithm to use for protecting the KeyStore.BCFKSLoadStoreParameter.BuilderBCFKSLoadStoreParameter.Builder. withStorePBKDFConfig(PBKDFConfig storeConfig)Configure the PBKDF to use for protecting the KeyStore.
-