| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateTypeExtension
This represents the Certificate Type Extension.
|
class |
ClientCertificateTypeExtension |
class |
ConnectionIdExtension
Conveys information specified by the connection id DTLS extension.
|
class |
MaxFragmentLengthExtension
An object representation of the MaxFragmentLength extension
for the Transport Level Security protocol.
|
class |
RecordSizeLimitExtension
Record size limit extension.
|
class |
ServerCertificateTypeExtension |
class |
ServerNameExtension
Conveys information specified by the Server Name Indication TLS extension.
|
class |
SignatureAlgorithmsExtension
Implements the hello extension for signature and hash algorithms.
|
class |
SupportedEllipticCurvesExtension
The supported elliptic curves extension.
|
class |
SupportedPointFormatsExtension
The supported point formats extension.
|
| Modifier and Type | Method and Description |
|---|---|
static HelloExtension |
SupportedPointFormatsExtension.fromExtensionDataReader(org.eclipse.californium.elements.util.DatagramReader extensionDataReader) |
static HelloExtension |
SupportedEllipticCurvesExtension.fromExtensionDataReader(org.eclipse.californium.elements.util.DatagramReader extensionDataReader) |
static HelloExtension |
SignatureAlgorithmsExtension.fromExtensionDataReader(org.eclipse.californium.elements.util.DatagramReader extensionDataReader) |
static HelloExtension |
HelloExtension.fromExtensionDataReader(int typeCode,
org.eclipse.californium.elements.util.DatagramReader extensionDataReader,
InetSocketAddress peerAddress)
De-serializes a Client or Server Hello handshake message extension from its binary
representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<HelloExtension> |
HelloExtensions.getExtensions() |
| Modifier and Type | Method and Description |
|---|---|
void |
HelloExtensions.addExtension(HelloExtension extension)
Add hello extension.
|
| Constructor and Description |
|---|
HelloExtensions(List<HelloExtension> extensions) |
Copyright © 2023 Eclipse Foundation. All rights reserved.