Interface TLSCertificateChecker

All Known Implementing Classes:
DefaultTLSCertificateChecker

public interface TLSCertificateChecker
This extension point allows developers to replace the standard TLS certificate checks with custom checks. By default, a DefaultTLSCertificateChecker is used, which simply delegates to the base X509ExtendedTrustManager.