Uses of Enum Class
org.bouncycastle.jcajce.BCFKSLoadStoreParameter.EncryptionAlgorithm
Packages that use BCFKSLoadStoreParameter.EncryptionAlgorithm
-
Uses of BCFKSLoadStoreParameter.EncryptionAlgorithm in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return BCFKSLoadStoreParameter.EncryptionAlgorithmModifier and TypeMethodDescriptionBCFKSLoadStoreParameter.getStoreEncryptionAlgorithm()Return encryption algorithm used to secure the store and its entries.Returns the enum constant of this class with the specified name.BCFKSLoadStoreParameter.EncryptionAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bouncycastle.jcajce with parameters of type BCFKSLoadStoreParameter.EncryptionAlgorithmModifier and TypeMethodDescriptionBCFKSLoadStoreParameter.Builder.withStoreEncryptionAlgorithm(BCFKSLoadStoreParameter.EncryptionAlgorithm encAlg) Configure the encryption algorithm to use for protecting the KeyStore and its keys.