Interface BoringSSLKeylog


  • public interface BoringSSLKeylog
    Allow to log keys, logging keys are following NSS Key Log Format. This is intended for debugging use with tools like Wireshark.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void logKey​(javax.net.ssl.SSLEngine engine, java.lang.String key)
      Called when a key should be logged.
    • Method Detail

      • logKey

        void logKey​(javax.net.ssl.SSLEngine engine,
                    java.lang.String key)
        Called when a key should be logged.
        Parameters:
        engine - the engine.
        key - the key.