public class MapKeyStoreParameters extends Object implements KeyStore.LoadStoreParameter
Constructor and Description |
---|
MapKeyStoreParameters(Map<String,Object> properties)
Create a MapKeyStoreParameters based on the supplied properties.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getProperties()
Return the properties used to configure the keystore.
|
KeyStore.ProtectionParameter |
getProtectionParameter()
We do not expect this method to be called.
|
public Map<String,Object> getProperties()
public KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter
in interface KeyStore.LoadStoreParameter
IllegalStateException
- if this method is called.Copyright © 2010-2018, ForgeRock All Rights Reserved.