public class BCFKSLoadStoreParameter extends BCLoadStoreParameter
Modifier and Type | Class and Description |
---|---|
static class |
BCFKSLoadStoreParameter.Builder |
static class |
BCFKSLoadStoreParameter.EncryptionAlgorithm |
static class |
BCFKSLoadStoreParameter.MacAlgorithm |
Modifier and Type | Method and Description |
---|---|
BCFKSLoadStoreParameter.EncryptionAlgorithm |
getStoreEncryptionAlgorithm()
Return encryption algorithm used to secure the store and its entries.
|
BCFKSLoadStoreParameter.MacAlgorithm |
getStoreMacAlgorithm()
Return encryption algorithm used to secure the store and its entries.
|
PBKDFConfig |
getStorePBKDFConfig()
Return the PBKDF used for generating the HMAC and store encryption keys.
|
getInputStream, getOutputStream, getProtectionParameter
public PBKDFConfig getStorePBKDFConfig()
public BCFKSLoadStoreParameter.EncryptionAlgorithm getStoreEncryptionAlgorithm()
public BCFKSLoadStoreParameter.MacAlgorithm getStoreMacAlgorithm()