Uses of Enum Class
org.bouncycastle.jcajce.BCFKSLoadStoreParameter.SignatureAlgorithm
Packages that use BCFKSLoadStoreParameter.SignatureAlgorithm
-
Uses of BCFKSLoadStoreParameter.SignatureAlgorithm in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return BCFKSLoadStoreParameter.SignatureAlgorithmModifier and TypeMethodDescriptionBCFKSLoadStoreParameter.getStoreSignatureAlgorithm()Return signature algorithm used to protect the integrity of the store and its contents.Returns the enum constant of this class with the specified name.BCFKSLoadStoreParameter.SignatureAlgorithm.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.SignatureAlgorithmModifier and TypeMethodDescriptionBCFKSLoadStoreParameter.Builder.withStoreSignatureAlgorithm(BCFKSLoadStoreParameter.SignatureAlgorithm sigAlg) Configure the signature algorithm to use for protecting the KeyStore.