Module org.newsclub.net.unix.ssl
Package org.newsclub.net.unix.ssl
package org.newsclub.net.unix.ssl
-
ClassDescriptionA wrapping
SNIMatcherthat calls a callback with the checkedSNIServerNameand match status (trueorfalse).Callback that is called uponSNIMatcher.matches(SNIServerName).AnX509TrustManagerthat may interceptCertificateExceptions.An ignorantX509TrustManagerthat 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 buildingSSLContextinstances.SSLFunction<T,R> Utility class to work withSSLParameters.SSLSupplier<T>A wrappingX509TrustManagerthat verifies each individual certificate in a chain, in addition to the successful validation by the wrappedX509TrustManager.