| パッケージ | 説明 |
|---|---|
| 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".
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
protected EdDSANamedCurveSpec |
KeyPairGenerator.createNamedCurveSpec(java.lang.String curveName) |
Create an EdDSANamedCurveSpec from the provided curve name.
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
static EdDSANamedCurveSpec |
EdDSANamedCurveTable.getByName(java.lang.String name) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
static void |
EdDSANamedCurveTable.defineCurve(java.lang.String name,
EdDSANamedCurveSpec curve) |