Package org.forgerock.security.keystore
Class MapKeyStoreParameters
java.lang.Object
org.forgerock.security.keystore.MapKeyStoreParameters
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
Configures a keystore based on a key/value map.
-
Constructor Summary
ConstructorDescriptionMapKeyStoreParameters
(Map<String, Object> properties) Create a MapKeyStoreParameters based on the supplied properties. -
Method Summary
Modifier and TypeMethodDescriptionReturn the properties used to configure the keystore.We do not expect this method to be called.
-
Constructor Details
-
MapKeyStoreParameters
Create a MapKeyStoreParameters based on the supplied properties.- Parameters:
properties
- Key/Value map of properties that will be used to initalize the keystore provider
-
-
Method Details
-
getProperties
Return the properties used to configure the keystore.- Returns:
- the properties used to configure the keystore.
-
getProtectionParameter
We do not expect this method to be called.- Specified by:
getProtectionParameter
in interfaceKeyStore.LoadStoreParameter
- Throws:
IllegalStateException
- if this method is called.
-