| Package | Description |
|---|---|
| org.bouncycastle.crypto.util | |
| org.bouncycastle.jcajce | |
| org.bouncycastle.pkcs.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 |
BCFKSStoreParameter.getStorePBKDFConfig()
Deprecated.
Return the PBKDF used for generating the HMAC and store encryption keys.
|
PBKDFConfig |
BCFKSLoadStoreParameter.getStorePBKDFConfig()
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.
|
| Constructor and Description |
|---|
JcePKCSPBEOutputEncryptorBuilder(PBKDFConfig pbkdfAlgorithm,
ASN1ObjectIdentifier keyEncryptionAlg)
Constructor allowing different derivation functions such as PBKDF2 and scrypt.
|
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.