Package anbxj
Class Crypto_KeyStoreSettings_Map
java.lang.Object
anbxj.Crypto_KeyStoreSettings_Map
A class mapping key stores and their type/purpose.
-
Constructor Summary
ConstructorsConstructorDescriptionCrypto_KeyStoreSettings_Map
(String path, String myAlias) Constructs a Crypto_KeyStoreSettings_Map with the specified path and alias for keystore settings.Constructs a Crypto_KeyStoreSettings_Map with the specified map of keystore settings. -
Method Summary
Modifier and TypeMethodDescriptionGet the keystore settings for the specified keystore type.Get the map of keystore settings.
-
Constructor Details
-
Crypto_KeyStoreSettings_Map
Constructs a Crypto_KeyStoreSettings_Map with the specified map of keystore settings.- Parameters:
kss
- The map of keystore settings.
-
Crypto_KeyStoreSettings_Map
Constructs a Crypto_KeyStoreSettings_Map with the specified path and alias for keystore settings.- Parameters:
path
- The path to the keystore.myAlias
- The alias for the keystore.
-
-
Method Details
-
getKeyStoreSettings
Get the keystore settings for the specified keystore type.- Parameters:
kst
- Keystore type.- Returns:
- The keystore settings.
-
getKeyStoreSettings_Map
Get the map of keystore settings.- Returns:
- The map of keystore settings.
-