public final class OutputPrefixUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static Bytes |
EMPTY_PREFIX |
static byte |
LEGACY_START_BYTE |
static int |
NON_EMPTY_PREFIX_SIZE
All non-empty prefixes must have the same size of 5 bytes.
|
static byte |
TINK_START_BYTE |
| Modifier and Type | Method and Description |
|---|---|
static Bytes |
getLegacyOutputPrefix(int keyId) |
static Bytes |
getTinkOutputPrefix(int keyId) |
public static final int NON_EMPTY_PREFIX_SIZE
public static final byte LEGACY_START_BYTE
public static final byte TINK_START_BYTE
public static final Bytes EMPTY_PREFIX