Class SslSenderTrustStoreHolder


  • public class SslSenderTrustStoreHolder
    extends Object
    The SSL Sender TrustStore Holder class to store the client trust store's configurable details.
    • Method Detail

      • resetInstance

        public static void resetInstance()
      • getKeyStore

        public KeyStore getKeyStore()
      • setKeyStore

        public void setKeyStore​(KeyStore keyStore)
      • setLocation

        public void setLocation​(String location)
      • getLocation

        public String getLocation()
      • setPassword

        public void setPassword​(String password)
      • getPassword

        public String getPassword()
      • setType

        public void setType​(String type)
      • getType

        public String getType()
      • isValid

        public boolean isValid()