public interface SSLTrustManager
When OpenKit connects to a server with self-signed SSL/TLS certificates (e.g. AppMon) then an implementation of this interface is required to verify the certificate.
| Modifier and Type | Method and Description |
|---|---|
javax.net.ssl.HostnameVerifier |
getHostnameVerifier()
Get the HostnameVerifier which checks if a hostname is allowed.
|
javax.net.ssl.X509TrustManager |
getX509TrustManager()
Get the X509TrustManager for SSL/TLS certificate authentication.
|