| Package | Description |
|---|---|
| com.github.DNAProject.account | |
| com.github.DNAProject.crypto | |
| com.github.DNAProject.sdk.manager |
| Modifier and Type | Method and Description |
|---|---|
KeyType |
Account.getKeyType() |
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
KeyType.fromLabel(byte label) |
static KeyType |
KeyType.fromPubkey(byte[] pubkey) |
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SignatureHandler(KeyType type,
SignatureScheme scheme) |
| Modifier and Type | Field and Description |
|---|---|
static KeyType |
ECIES.keyType |
Copyright © 2020. All rights reserved.