| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls.cipher |
| Modifier and Type | Method and Description |
|---|---|
static PseudoRandomFunction.Label |
PseudoRandomFunction.Label.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PseudoRandomFunction.Label[] |
PseudoRandomFunction.Label.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
PseudoRandomFunction.doPRF(Mac hmac,
SecretKey secret,
PseudoRandomFunction.Label label,
byte[] seed)
Does the pseudo random function as defined in
RFC 5246.
|
static byte[] |
PseudoRandomFunction.doPRF(Mac hmac,
SecretKey secret,
PseudoRandomFunction.Label label,
byte[] seed,
int length)
Does the pseudo random function as defined in RFC 5246.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.