| Package | Description |
|---|---|
| com.casper.sdk.types |
| Modifier and Type | Field and Description |
|---|---|
protected KeyAlgorithm |
PublicKey.keyAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static KeyAlgorithm |
KeyAlgorithm.fromId(char id) |
KeyAlgorithm |
PublicKey.getKeyAlgorithm() |
static KeyAlgorithm |
KeyAlgorithm.valueOf(int pageType) |
static KeyAlgorithm |
KeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAlgorithm[] |
KeyAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PublicKey(byte[] bytes,
KeyAlgorithm keyAlgorithm) |
PublicKey(byte[] bytes,
KeyAlgorithm keyAlgorithm,
boolean notStandardLength) |
PublicKey(String key,
KeyAlgorithm keyAlgorithm) |
Signature(byte[] bytes,
KeyAlgorithm keyAlgorithm) |
Copyright © 2021. All rights reserved.