| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Class and Description |
|---|---|
class |
DtlsAeadConnectionState
DTLS connection state for AEAD cipher.
|
class |
DtlsBlockConnectionState
DTLS connection state for block cipher.
|
| Modifier and Type | Field and Description |
|---|---|
static DTLSConnectionState |
DTLSConnectionState.NULL |
| Modifier and Type | Method and Description |
|---|---|
static DTLSConnectionState |
DTLSConnectionState.create(CipherSuite cipherSuite,
CompressionMethod compressionMethod,
SecretKey encryptionKey,
SecretIvParameterSpec iv,
SecretKey macKey)
Create connection state and initializes all fields with given values.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.