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.
|
Modifier and Type | Method and Description |
---|---|
protected EdDSANamedCurveSpec |
KeyPairGenerator.createNamedCurveSpec(java.lang.String curveName)
Create an EdDSANamedCurveSpec from the provided curve name.
|
Modifier and Type | Field and Description |
---|---|
static EdDSANamedCurveSpec |
EdDSANamedCurveTable.ED_25519_CURVE_SPEC |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.String,EdDSANamedCurveSpec> |
EdDSANamedCurveTable.curves |
Modifier and Type | Method and Description |
---|---|
static EdDSANamedCurveSpec |
EdDSANamedCurveTable.getByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static void |
EdDSANamedCurveTable.defineCurve(EdDSANamedCurveSpec curve) |
private static void |
EdDSANamedCurveTable.putCurve(java.lang.String name,
EdDSANamedCurveSpec curve) |