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

    Modifier and Type
    Method
    Description
    void
    logKey(SSLEngine engine, String key)
    Called when a key should be logged.
  • Method Details

    • logKey

      void logKey(SSLEngine engine, String key)
      Called when a key should be logged.
      Parameters:
      engine - the engine.
      key - the key.