Uses of Interface
com.openindex.openestate.tool.utils.ssl.CallbackTrustManager.Callback
-
Packages that use CallbackTrustManager.Callback Package Description com.openindex.openestate.tool.utils Hilfsklassen.com.openindex.openestate.tool.utils.ssl -
-
Uses of CallbackTrustManager.Callback in com.openindex.openestate.tool.utils
Classes in com.openindex.openestate.tool.utils that implement CallbackTrustManager.Callback Modifier and Type Class Description class
SSLTrustManagerCallback
SSLTrustManagerCallback. -
Uses of CallbackTrustManager.Callback in com.openindex.openestate.tool.utils.ssl
Methods in com.openindex.openestate.tool.utils.ssl with parameters of type CallbackTrustManager.Callback Modifier and Type Method Description static void
ExtendedSSLSocketFactory. init(CallbackTrustManager.Callback callback, KeyStore trustStore, char[] trustStorePassword)
Constructors in com.openindex.openestate.tool.utils.ssl with parameters of type CallbackTrustManager.Callback Constructor Description CallbackTrustManager(CallbackTrustManager.Callback callback)
CallbackTrustManager(KeyStore customTrustStore, char[] customTrustStorePassword, CallbackTrustManager.Callback callback)
-