| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
static HelloExtension.ExtensionType |
HelloExtension.ExtensionType.getExtensionTypeById(int id)
Gets an extension type by its numeric id as defined by IANA
|
static HelloExtension.ExtensionType |
HelloExtension.ExtensionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelloExtension.ExtensionType[] |
HelloExtension.ExtensionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CertificateTypeExtension(HelloExtension.ExtensionType type,
CertificateType certificateType)
Constructs a server-side certificate type extension with a the supported
certificate type.
|
CertificateTypeExtension(HelloExtension.ExtensionType type,
org.eclipse.californium.elements.util.DatagramReader extensionDataReader)
Constructs a certificate type extension with a list of supported
certificate types, or a selected certificate type chosen by the server.
|
CertificateTypeExtension(HelloExtension.ExtensionType type,
List<CertificateType> certificateTypes)
Constructs a client-side certificate type extension with a list of supported
certificate types.
|
HelloExtension(HelloExtension.ExtensionType type) |
Copyright © 2023 Eclipse Foundation. All rights reserved.