| Package | Description | 
|---|---|
| com.absio.crypto.ecc | |
| com.absio.crypto.key | 
| Modifier and Type | Field and Description | 
|---|---|
static EllipticCurve | 
EllipticCurve.DEFAULT
The default Absio curve is P384. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EllipticCurve | 
ECCHelper.getCurve()
This is the  
EllipticCurve used by this helper. | 
static EllipticCurve | 
EllipticCurve.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EllipticCurve[] | 
EllipticCurve.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
ECCHelper(EllipticCurve curve,
         AESKeyStrength keyStrength)
Constructor that will create a helper that uses the defined  
EllipticCurve and AES Key Strength. | 
| Modifier and Type | Method and Description | 
|---|---|
KeyPair | 
KeyPairHelper.generateKeyPair(EllipticCurve curve)
Generate a new asymmetric  
KeyPair using the helper's KeyPairHelper.KeyAlgorithm. | 
Copyright © 2021. All rights reserved.