Module org.newsclub.net.unix.ssl
Package org.newsclub.net.unix.ssl
package org.newsclub.net.unix.ssl
-
ClassDescriptionA wrapping
SNIMatcher
that calls a callback with the checkedSNIServerName
and match status (true
orfalse
).Callback that is called uponSNIMatcher.matches(SNIServerName)
.AnX509TrustManager
that may interceptCertificateException
s.An ignorantX509TrustManager
that doesn't check certificates at all.Helper class to simplify retrieving the requested SNI hostname sent from an SSL client to an SSL server.Helper class to simplify buildingSSLContext
instances.SSLFunction<T,R> Utility class to work withSSLParameters
.SSLSupplier<T>A wrappingX509TrustManager
that verifies each individual certificate in a chain, in addition to the successful validation by the wrappedX509TrustManager
.