@Immutable public static final class HpkeParameters.Variant extends Object
| Modifier and Type | Field and Description |
|---|---|
static HpkeParameters.Variant |
CRUNCHY
CRUNCHY: Leading 0x00-byte followed by 4-byte key id (big endian format). |
static HpkeParameters.Variant |
NO_PREFIX
NO_PREFIX: Empty prefix. |
static HpkeParameters.Variant |
TINK
TINK: Leading 0x01-byte followed by 4-byte key id (big endian format). |
public static final HpkeParameters.Variant TINK
TINK: Leading 0x01-byte followed by 4-byte key id (big endian format).public static final HpkeParameters.Variant CRUNCHY
CRUNCHY: Leading 0x00-byte followed by 4-byte key id (big endian format).public static final HpkeParameters.Variant NO_PREFIX
NO_PREFIX: Empty prefix.