Class AbstractKeyStoreLoader

    • Field Detail

      • log

        protected org.apache.commons.logging.Log log
    • Constructor Detail

      • AbstractKeyStoreLoader

        protected AbstractKeyStoreLoader()
    • Method Detail

      • getKeyStore

        protected KeyStore getKeyStore​(String location,
                                       String storePassword,
                                       String storeType,
                                       String provider)
        Constructs a KeyStore based on keystore location , keystore password , keystore type and provider
        Parameters:
        location - The location of the KeyStore
        storePassword - Password to unlock KeyStore
        storeType - KeyStore type
        provider - Provider
        Returns:
        KeyStore Instance
      • handleException

        protected void handleException​(String msg,
                                       Exception e)
      • handleException

        protected void handleException​(String msg)