Package com.dynatrace.openkit.api
Interface SSLTrustManager
-
- All Known Implementing Classes:
SSLBlindTrustManager,SSLStrictTrustManager
public interface SSLTrustManagerInterface to provide a user-defined trust manager to the configuration.When OpenKit connects to a server with self-signed SSL/TLS certificates then an implementation of this interface is required to verify the certificate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.net.ssl.HostnameVerifiergetHostnameVerifier()Get the HostnameVerifier which checks if a hostname is allowed.javax.net.ssl.X509TrustManagergetX509TrustManager()Get the X509TrustManager for SSL/TLS certificate authentication.
-