public class BCFKSStoreParameter
extends java.lang.Object
implements java.security.KeyStore.LoadStoreParameter
| Constructor and Description |
|---|
BCFKSStoreParameter(java.io.OutputStream out,
PBKDFConfig storeConfig,
char[] password) |
BCFKSStoreParameter(java.io.OutputStream out,
PBKDFConfig storeConfig,
java.security.KeyStore.ProtectionParameter protectionParameter) |
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getOutputStream() |
java.security.KeyStore.ProtectionParameter |
getProtectionParameter() |
PBKDFConfig |
getStorePBKDFConfig()
Return the PBKDF used for generating the HMAC and store encryption keys.
|
public BCFKSStoreParameter(java.io.OutputStream out,
PBKDFConfig storeConfig,
char[] password)
public BCFKSStoreParameter(java.io.OutputStream out,
PBKDFConfig storeConfig,
java.security.KeyStore.ProtectionParameter protectionParameter)
public java.security.KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter in interface java.security.KeyStore.LoadStoreParameterpublic java.io.OutputStream getOutputStream()
public PBKDFConfig getStorePBKDFConfig()