Uses of Class
org.bouncycastle.jcajce.BCFKSLoadStoreParameter.SignatureAlgorithm
-
Packages that use BCFKSLoadStoreParameter.SignatureAlgorithm Package Description org.bouncycastle.jcajce -
-
Uses of BCFKSLoadStoreParameter.SignatureAlgorithm in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return BCFKSLoadStoreParameter.SignatureAlgorithm Modifier and Type Method Description BCFKSLoadStoreParameter.SignatureAlgorithm
BCFKSLoadStoreParameter. getStoreSignatureAlgorithm()
Return signature algorithm used to protect the integrity of the store and its contents.static BCFKSLoadStoreParameter.SignatureAlgorithm
BCFKSLoadStoreParameter.SignatureAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static BCFKSLoadStoreParameter.SignatureAlgorithm[]
BCFKSLoadStoreParameter.SignatureAlgorithm. 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.SignatureAlgorithm Modifier and Type Method Description BCFKSLoadStoreParameter.Builder
BCFKSLoadStoreParameter.Builder. withStoreSignatureAlgorithm(BCFKSLoadStoreParameter.SignatureAlgorithm sigAlg)
Configure the signature algorithm to use for protecting the KeyStore.
-