public class TLSClientHelloExtractor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TLSClientHelloExtractor.ExtractorResult |
Modifier and Type | Field and Description |
---|---|
static byte[] |
USE_TLS_RESPONSE |
Constructor and Description |
---|
TLSClientHelloExtractor(ByteBuffer netInBuffer)
Creates the instance of the parser and processes the provided buffer.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getClientRequestedApplicationProtocols() |
List<Cipher> |
getClientRequestedCiphers() |
TLSClientHelloExtractor.ExtractorResult |
getResult() |
String |
getSNIValue() |
public TLSClientHelloExtractor(ByteBuffer netInBuffer) throws IOException
netInBuffer
- The buffer containing the TLS data to processIOException
- If the client hello message is malformedCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.