| Package | Description |
|---|---|
| com.casper.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
CLKeyInfo.KeyType |
CLKeyInfo.getKeyType() |
CLKeyInfo.KeyType |
CLKeyValue.getKeyType() |
static CLKeyInfo.KeyType |
CLKeyInfo.KeyType.valueOf(byte tag) |
static CLKeyInfo.KeyType |
CLKeyInfo.KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLKeyInfo.KeyType[] |
CLKeyInfo.KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CLKeyInfo(CLKeyInfo.KeyType keyType) |
CLKeyValue(byte[] bytes,
CLKeyInfo.KeyType keyType,
Object parsed) |
CLKeyValue(String hexBytes,
CLKeyInfo.KeyType keyType,
Object parsed) |
Copyright © 2022. All rights reserved.