| Package | Description |
|---|---|
| com.absio.crypto.key |
| Modifier and Type | Field and Description |
|---|---|
static KeyPairHelper.KeyAlgorithm |
KeyPairHelper.KeyAlgorithm.DEFAULT
By default Absio uses
EC. |
| Modifier and Type | Method and Description |
|---|---|
static KeyPairHelper.KeyAlgorithm |
KeyPairHelper.KeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyPairHelper.KeyAlgorithm[] |
KeyPairHelper.KeyAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KeyPairHelper(KeyPairHelper.KeyAlgorithm algorithm)
Create a KeyPairHelper using the given
KeyPairHelper.KeyAlgorithm. |
Copyright © 2021. All rights reserved.