public class TLSClientHelloExtractor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TLSClientHelloExtractor.ExtractorResult |
Constructor and Description |
---|
TLSClientHelloExtractor(java.nio.ByteBuffer netInBuffer)
Creates the instance of the parser and processes the provided buffer.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Cipher> |
getClientRequestedCiphers() |
TLSClientHelloExtractor.ExtractorResult |
getResult() |
java.lang.String |
getSNIValue() |
public TLSClientHelloExtractor(java.nio.ByteBuffer netInBuffer)
netInBuffer
- The buffer containing the TLS data to processpublic TLSClientHelloExtractor.ExtractorResult getResult()
public java.lang.String getSNIValue()
public java.util.List<Cipher> getClientRequestedCiphers()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.