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 Detail

      • logKey

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