Class MapKeyStoreParameters
java.lang.Object
org.forgerock.security.keystore.MapKeyStoreParameters
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
Configures a keystore based on a key/value map.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMapKeyStoreParameters(Map<String, Object> properties) Create a MapKeyStoreParameters based on the supplied properties. -
Method Summary
Modifier and TypeMethodDescriptionReturns the properties used to configure the keystore.We do not expect this method to be called.
-
Constructor Details
-
MapKeyStoreParameters
-
-
Method Details
-
getProperties
-
getProtectionParameter
We do not expect this method to be called.- Specified by:
getProtectionParameterin interfaceKeyStore.LoadStoreParameter- Throws:
IllegalStateException- if this method is called.
-