| Package | Description |
|---|---|
| org.linguafranca.pwdb.security |
| Modifier and Type | Method and Description |
|---|---|
static VariantDictionary.EntryType |
VariantDictionary.EntryType.get(byte type) |
static VariantDictionary.EntryType |
VariantDictionary.EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariantDictionary.EntryType[] |
VariantDictionary.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariantDictionary.put(@NotNull String key,
VariantDictionary.EntryType type,
byte[] value)
Add an entry of the type defined
|
| Constructor and Description |
|---|
Entry(VariantDictionary.EntryType entryType,
byte[] value) |
Entry(VariantDictionary.EntryType entryType,
byte[] value,
ByteOrder byteOrder) |
Copyright © 2025. All rights reserved.