Package anbxj

Class Crypto_KeyStoreSettings_Map

java.lang.Object
anbxj.Crypto_KeyStoreSettings_Map

public class Crypto_KeyStoreSettings_Map extends Object
A class mapping key stores and their type/purpose.
  • Constructor Details

    • Crypto_KeyStoreSettings_Map

      public Crypto_KeyStoreSettings_Map(Map<Crypto_KeyStoreType,Crypto_KeyStoreSettings> kss)
      Constructs a Crypto_KeyStoreSettings_Map with the specified map of keystore settings.
      Parameters:
      kss - The map of keystore settings.
    • Crypto_KeyStoreSettings_Map

      public Crypto_KeyStoreSettings_Map(String path, String myAlias)
      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