| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls | |
| org.eclipse.californium.scandium.util |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static SecretIvParameterSpec |
SecretUtil.createIv(byte[] iv,
int offset,
int length)
Create secret iv paramter (with destroyable implementation).
|
static SecretIvParameterSpec |
SecretUtil.createIv(SecretIvParameterSpec iv)
Creates copy of a secret init vector.
|
| Modifier and Type | Method and Description |
|---|---|
static SecretIvParameterSpec |
SecretUtil.createIv(SecretIvParameterSpec iv)
Creates copy of a secret init vector.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.