Uses of Class
tigase.io.SSLContextContainerAbstract.SSLHolder
-
Packages that use SSLContextContainerAbstract.SSLHolder Package Description tigase.io -
-
Uses of SSLContextContainerAbstract.SSLHolder in tigase.io
Fields in tigase.io with type parameters of type SSLContextContainerAbstract.SSLHolder Modifier and Type Field Description protected Map<String,SSLContextContainerAbstract.SSLHolder>SSLContextContainer. sslContextsMethods in tigase.io that return SSLContextContainerAbstract.SSLHolder Modifier and Type Method Description protected SSLContextContainerAbstract.SSLHolderSSLContextContainerAbstract. createContextHolder(String protocol, String hostname, String alias, boolean clientMode, TrustManager[] tms)Common method used to create SSLContext instance based on provided parameters
-