public class SimpleLoadStoreParameter extends Object implements KeyStore.LoadStoreParameter
KeyStore.load(LoadStoreParameter)| Constructor and Description |
|---|
SimpleLoadStoreParameter(KeyStore.ProtectionParameter protectionParameter)
Constructs a new SimpleLoadStoreParameter instance.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStore.ProtectionParameter |
getProtectionParameter()
Gets the parameter used to protect keystore data.
|
public SimpleLoadStoreParameter(KeyStore.ProtectionParameter protectionParameter)
protectionParameter - the parameter used to protect keystore data.public KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter in interface KeyStore.LoadStoreParameter