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.Builder
BCFKSLoadStoreParameter.Builder. withStoreEncryptionAlgorithm(BCFKSLoadStoreParameter.EncryptionAlgorithm encAlg)
Configure the encryption algorithm to use for protecting the KeyStore and its keys.BCFKSLoadStoreParameter.Builder
BCFKSLoadStoreParameter.Builder. withStoreMacAlgorithm(BCFKSLoadStoreParameter.MacAlgorithm macAlg)
Configure the MAC algorithm to use for protecting the KeyStore.BCFKSLoadStoreParameter.Builder
BCFKSLoadStoreParameter.Builder. withStorePBKDFConfig(PBKDFConfig storeConfig)
Configure the PBKDF to use for protecting the KeyStore.
-