Class KeyStoreInformation

    • Field Detail

      • log

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

      • KeyStoreInformation

        protected KeyStoreInformation()
    • Method Detail

      • setStoreType

        public void setStoreType​(String storeType)
      • getAlias

        public String getAlias()
      • setAlias

        public void setAlias​(String alias)
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)
      • getProvider

        public String getProvider()
      • setProvider

        public void setProvider​(String provider)
      • setKeyStorePasswordProvider

        public void setKeyStorePasswordProvider​(SecretInformation keyStorePasswordProvider)
      • addParameter

        public void addParameter​(String name,
                                 String value)
      • getParameter

        public String getParameter​(String name)
      • getKeyStore

        protected KeyStore getKeyStore()
        Constructs the KeyStore according to the store type
        Returns:
        KeyStore Instance
      • handleException

        protected void handleException​(String msg)
      • handleException

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

        public SecretInformation getKeyStorePasswordProvider()