| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
static HelloExtensions |
HelloExtensions.fromReader(org.eclipse.californium.elements.util.DatagramReader reader,
InetSocketAddress peerAddress) |
HelloExtensions |
ServerHello.getExtensions()
Gets the server hello extensions the server has included in this message.
|
HelloExtensions |
ClientHello.getExtensions()
Gets the client hello extensions the client has included in this message.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerHandshaker.negotiateCipherSuite(ClientHello clientHello,
HelloExtensions serverHelloExtensions)
Selects one of the client's proposed cipher suites.
|
protected void |
ServerHandshaker.processHelloExtensions(ClientHello clientHello,
HelloExtensions serverHelloExtensions) |
| Constructor and Description |
|---|
ServerHello(ProtocolVersion version,
Random random,
SessionId sessionId,
CipherSuite cipherSuite,
CompressionMethod compressionMethod,
HelloExtensions extensions,
InetSocketAddress peerAddress)
Constructs a full ServerHello message.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.