Interface DiagnosticTrustManager.DiagnosticLogger

Enclosing class:
DiagnosticTrustManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface DiagnosticTrustManager.DiagnosticLogger
This interface exists because the ssl-config library does not depend on log4j, however the whole purpose of this class is to log diagnostic messages, so it must be provided with a function by which it can do that.
  • Method Summary

    Modifier and Type Method Description
    void warning​(java.lang.String message, java.security.GeneralSecurityException cause)  
  • Method Details

    • warning

      void warning​(java.lang.String message, java.security.GeneralSecurityException cause)