- java.lang.Object
-
- net.luminis.tls.engine.TlsMessageParser
-
public class TlsMessageParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TlsMessageParser()TlsMessageParser(ExtensionParser customExtensionParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandshakeMessageparseAndProcessHandshakeMessage(java.nio.ByteBuffer buffer, MessageProcessor messageProcessor, ProtectionKeysType protectedBy)
-
-
-
Constructor Detail
-
TlsMessageParser
public TlsMessageParser()
-
TlsMessageParser
public TlsMessageParser(ExtensionParser customExtensionParser)
-
-
Method Detail
-
parseAndProcessHandshakeMessage
public HandshakeMessage parseAndProcessHandshakeMessage(java.nio.ByteBuffer buffer, MessageProcessor messageProcessor, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
-