public class BCFKSStoreParameter extends Object implements KeyStore.LoadStoreParameter
Constructor and Description |
---|
BCFKSStoreParameter(OutputStream out,
PBKDFConfig storeConfig,
char[] password)
Deprecated.
|
BCFKSStoreParameter(OutputStream out,
PBKDFConfig storeConfig,
KeyStore.ProtectionParameter protectionParameter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputStream()
Deprecated.
|
KeyStore.ProtectionParameter |
getProtectionParameter()
Deprecated.
|
PBKDFConfig |
getStorePBKDFConfig()
Deprecated.
Return the PBKDF used for generating the HMAC and store encryption keys.
|
public BCFKSStoreParameter(OutputStream out, PBKDFConfig storeConfig, char[] password)
public BCFKSStoreParameter(OutputStream out, PBKDFConfig storeConfig, KeyStore.ProtectionParameter protectionParameter)
public KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter
in interface KeyStore.LoadStoreParameter
public OutputStream getOutputStream()
public PBKDFConfig getStorePBKDFConfig()
Copyright © 2021 BouncyCastle.org. All rights reserved.