| Package | Description |
|---|---|
| com.casper.sdk.service.signing | |
| com.casper.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
KeyPairBuilder.getAlgorithm()
The algorithm of the signer
|
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
SigningService.generateKeyPair(Algorithm algorithm)
Generates a key pair for the specified algorithm.
|
KeyPair |
SigningService.generateKeyPair(Algorithm algorithm,
byte[] seed)
Generates a key pair for the specified algorithm.
|
| Modifier and Type | Field and Description |
|---|---|
protected Algorithm |
CLPublicKey.algorithm |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.fromId(char id) |
static Algorithm |
Algorithm.fromString(String algorithm) |
Algorithm |
CLPublicKey.getAlgorithm() |
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CLPublicKey(byte[] bytes,
Algorithm algorithm) |
CLPublicKey(String key,
Algorithm algorithm) |
Signature(byte[] bytes,
Algorithm keyAlgorithm) |
Copyright © 2022. All rights reserved.