Class MapKeyStoreParameters

java.lang.Object
org.forgerock.security.keystore.MapKeyStoreParameters
All Implemented Interfaces:
KeyStore.LoadStoreParameter

public class MapKeyStoreParameters extends Object implements KeyStore.LoadStoreParameter
Configures a keystore based on a key/value map.
See Also:
  • Constructor Details

    • MapKeyStoreParameters

      public MapKeyStoreParameters(Map<String,Object> properties)
      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