Class OpenSslX509TrustManagerWrapper

java.lang.Object
io.netty.handler.ssl.OpenSslX509TrustManagerWrapper

final class OpenSslX509TrustManagerWrapper extends Object
Utility which allows to wrap X509TrustManager implementations with the internal implementation used by SSLContextImpl that provides extended verification. This is really a "hack" until there is an official API as requested on the in JDK-8210843.