Uses of Class
io.netty.handler.ssl.SslMasterKeyHandler
-
Packages that use SslMasterKeyHandler Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of SslMasterKeyHandler in io.netty.handler.ssl
Subclasses of SslMasterKeyHandler in io.netty.handler.ssl Modifier and Type Class Description private static class
SslMasterKeyHandler.WiresharkSslMasterKeyHandler
Record the session identifier and master key to theInternalLogger
namedio.netty.wireshark
.Methods in io.netty.handler.ssl that return SslMasterKeyHandler Modifier and Type Method Description static SslMasterKeyHandler
SslMasterKeyHandler. newWireSharkSslMasterKeyHandler()
Create aSslMasterKeyHandler.WiresharkSslMasterKeyHandler
instance.
-