| Package | Description |
|---|---|
| net.i2p.crypto.eddsa | Java implementation of EdDSA, a digital signature scheme using a variant of elliptic curve cryptography based on Twisted Edwards curves. |
| net.i2p.crypto.eddsa.spec | Specifications and parameter tables for EdDSA elliptic curves
and cryptographic keys. |
| Modifier and Type | Method and Description |
|---|---|
protected EdDSANamedCurveSpec | KeyPairGenerator.createNamedCurveSpec(String curveName)Create an EdDSANamedCurveSpec from the provided curve name. |
| Modifier and Type | Field and Description |
|---|---|
static EdDSANamedCurveSpec | EdDSANamedCurveTable.ED_25519_CURVE_SPECED_25519_CURVE_SPEC. |
| Modifier and Type | Method and Description |
|---|---|
static EdDSANamedCurveSpec | EdDSANamedCurveTable.getByName(String name)Returns the curve specification for the given name, or null if not found. |
| Modifier and Type | Method and Description |
|---|---|
static void | EdDSANamedCurveTable.defineCurve(EdDSANamedCurveSpec curve)Defines a named curve in the table. |