Package | Description |
---|---|
org.bouncycastle.jcajce |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BCFKSLoadStoreParameter.Builder |
BCFKSLoadStoreParameter.Builder.withStoreSignatureAlgorithm(BCFKSLoadStoreParameter.SignatureAlgorithm sigAlg)
Configure the signature algorithm to use for protecting the KeyStore.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.