Package io.netty.handler.ssl
Class OpenSslX509TrustManagerWrapper
java.lang.Object
io.netty.handler.ssl.OpenSslX509TrustManagerWrapper
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.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static interface
private static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final InternalLogger
private static final OpenSslX509TrustManagerWrapper.TrustManagerWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static SSLContext
(package private) static X509TrustManager
wrapIfNeeded
(X509TrustManager trustManager)
-
Field Details
-
LOGGER
-
WRAPPER
-
-
Constructor Details
-
OpenSslX509TrustManagerWrapper
private OpenSslX509TrustManagerWrapper()
-
-
Method Details
-
wrapIfNeeded
-
newSSLContext
-