| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls.cipher |
| Modifier and Type | Method and Description |
|---|---|
static ECDHECryptography.SupportedGroup |
ECDHECryptography.SupportedGroup.fromId(int id)
Gets the group for a given id.
|
static ECDHECryptography.SupportedGroup[] |
ECDHECryptography.SupportedGroup.getUsableGroups()
Gets all
SupportedGroups that can be used on this platform. |
static ECDHECryptography.SupportedGroup |
ECDHECryptography.SupportedGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECDHECryptography.SupportedGroup[] |
ECDHECryptography.SupportedGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ECDHECryptography.SupportedGroup> |
ECDHECryptography.SupportedGroup.getPreferredGroups()
Gets the preferred supported groups.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.