Package | Description |
---|---|
org.bouncycastle.crypto.util | |
org.bouncycastle.jcajce |
Modifier and Type | Class and Description |
---|---|
class |
PBKDF2Config
Configuration class for a PBKDF using PKCS#5 Scheme 2.
|
class |
ScryptConfig
Configuration class for a PBKDF based around scrypt.
|
Modifier and Type | Method and Description |
---|---|
PBKDFConfig |
BCFKSLoadStoreParameter.getStorePBKDFConfig()
Return the PBKDF used for generating the HMAC and store encryption keys.
|
PBKDFConfig |
BCFKSStoreParameter.getStorePBKDFConfig()
Deprecated.
Return the PBKDF used for generating the HMAC and store encryption keys.
|
Modifier and Type | Method and Description |
---|---|
BCFKSLoadStoreParameter.Builder |
BCFKSLoadStoreParameter.Builder.withStorePBKDFConfig(PBKDFConfig storeConfig)
Configure the PBKDF to use for protecting the KeyStore.
|
Constructor and Description |
---|
BCFKSStoreParameter(OutputStream out,
PBKDFConfig storeConfig,
char[] password)
Deprecated.
|
BCFKSStoreParameter(OutputStream out,
PBKDFConfig storeConfig,
KeyStore.ProtectionParameter protectionParameter)
Deprecated.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.