| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls.cipher |
| Modifier and Type | Method and Description |
|---|---|
CipherSuite.CipherType |
CipherSuite.getCipherType()
Gets the type of cipher used for encrypting data.
|
static CipherSuite.CipherType |
CipherSuite.CipherType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CipherSuite.CipherType[] |
CipherSuite.CipherType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.