Uses of Class
org.bouncycastle.jcajce.BCFKSLoadStoreParameter.EncryptionAlgorithm
-
Packages that use BCFKSLoadStoreParameter.EncryptionAlgorithm Package Description org.bouncycastle.jcajce Key and algorithm parameters classes for supporting provider specific algorithms and modes. -
-
Uses of BCFKSLoadStoreParameter.EncryptionAlgorithm in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return BCFKSLoadStoreParameter.EncryptionAlgorithm Modifier and Type Method Description BCFKSLoadStoreParameter.EncryptionAlgorithm
BCFKSLoadStoreParameter. getStoreEncryptionAlgorithm()
Return encryption algorithm used to secure the store and its entries.static BCFKSLoadStoreParameter.EncryptionAlgorithm
BCFKSLoadStoreParameter.EncryptionAlgorithm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BCFKSLoadStoreParameter.EncryptionAlgorithm[]
BCFKSLoadStoreParameter.EncryptionAlgorithm. 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.EncryptionAlgorithm 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.
-