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 for curves and keys, and a table for named curves,
initially containing only the 25519 curve "ed25519-sha-512".
|
Modifier and Type | Method | Description |
---|---|---|
protected EdDSANamedCurveSpec |
KeyPairGenerator.createNamedCurveSpec(String curveName) |
Create an EdDSANamedCurveSpec from the provided curve name.
|
Modifier and Type | Method | Description |
---|---|---|
static EdDSANamedCurveSpec |
EdDSANamedCurveTable.getByName(String name) |
Modifier and Type | Method | Description |
---|---|---|
static void |
EdDSANamedCurveTable.defineCurve(String name,
EdDSANamedCurveSpec curve) |