Class SslSenderTrustStoreHolder
java.lang.Object
org.apache.synapse.transport.nhttp.config.SslSenderTrustStoreHolder
The SSL Sender TrustStore Holder class to store the client trust store's configurable details.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SslSenderTrustStoreHoldergetType()booleanisValid()static voidvoidsetKeyStore(KeyStore keyStore) voidsetLocation(String location) voidsetPassword(String password) void
-
Method Details
-
getInstance
-
resetInstance
public static void resetInstance() -
getKeyStore
-
setKeyStore
-
setLocation
-
getLocation
-
setPassword
-
getPassword
-
setType
-
getType
-
isValid
public boolean isValid()
-