Package | Description |
---|---|
org.bouncycastle.jcajce |
Modifier and Type | Method and Description |
---|---|
BCFKSLoadStoreParameter.EncryptionAlgorithm |
BCFKSLoadStoreParameter.getStoreEncryptionAlgorithm()
Return encryption algorithm used to secure the store and its entries.
|
static BCFKSLoadStoreParameter.EncryptionAlgorithm |
BCFKSLoadStoreParameter.EncryptionAlgorithm.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
BCFKSLoadStoreParameter.Builder |
BCFKSLoadStoreParameter.Builder.withStoreEncryptionAlgorithm(BCFKSLoadStoreParameter.EncryptionAlgorithm encAlg)
Configure the encryption algorithm to use for protecting the KeyStore and its keys.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.