| Package | Description | 
|---|---|
| com.absio.crypto.signature | 
| Modifier and Type | Field and Description | 
|---|---|
static SignatureHelper.SignatureAlgorithm | 
SignatureHelper.SignatureAlgorithm.DEFAULT
The default algorithm is SHA384 with ECDSA. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SignatureHelper.SignatureAlgorithm | 
SignatureHelper.SignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SignatureHelper.SignatureAlgorithm[] | 
SignatureHelper.SignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
SignatureHelper(SignatureHelper.SignatureAlgorithm algorithm)
Create a helper with the given  
SignatureHelper.SignatureAlgorithm for signing and signature verification. | 
Copyright © 2021. All rights reserved.