Uses of Class
org.bouncycastle.jcajce.BCFKSLoadStoreParameter.MacAlgorithm
-
Packages that use BCFKSLoadStoreParameter.MacAlgorithm Package Description org.bouncycastle.jcajce Key and algorithm parameters classes for supporting provider specific algorithms and modes. -
-
Uses of BCFKSLoadStoreParameter.MacAlgorithm in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return BCFKSLoadStoreParameter.MacAlgorithm Modifier and Type Method Description BCFKSLoadStoreParameter.MacAlgorithm
BCFKSLoadStoreParameter. getStoreMacAlgorithm()
Return encryption algorithm used to secure the store and its entries.static BCFKSLoadStoreParameter.MacAlgorithm
BCFKSLoadStoreParameter.MacAlgorithm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BCFKSLoadStoreParameter.MacAlgorithm[]
BCFKSLoadStoreParameter.MacAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bouncycastle.jcajce with parameters of type BCFKSLoadStoreParameter.MacAlgorithm Modifier and Type Method Description BCFKSLoadStoreParameter.Builder
BCFKSLoadStoreParameter.Builder. withStoreMacAlgorithm(BCFKSLoadStoreParameter.MacAlgorithm macAlg)
Configure the MAC algorithm to use for protecting the KeyStore.
-