JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.netty.handler.codec.quic
BoringSSLKeylog
Contents
Description
Method Summary
Method Details
logKey(SSLEngine, String)
Hide sidebar
Show sidebar
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
(
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.