Uses of Class
net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
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.
|
-
Uses of EdDSANamedCurveSpec in net.i2p.crypto.eddsa
Methods in net.i2p.crypto.eddsa that return EdDSANamedCurveSpec Modifier and Type Method Description protected EdDSANamedCurveSpec
KeyPairGenerator. createNamedCurveSpec(String curveName)
Create an EdDSANamedCurveSpec from the provided curve name. -
Uses of EdDSANamedCurveSpec in net.i2p.crypto.eddsa.spec
Fields in net.i2p.crypto.eddsa.spec declared as EdDSANamedCurveSpec Modifier and Type Field Description static EdDSANamedCurveSpec
EdDSANamedCurveTable. ED_25519_CURVE_SPEC
Methods in net.i2p.crypto.eddsa.spec that return EdDSANamedCurveSpec Modifier and Type Method Description static EdDSANamedCurveSpec
EdDSANamedCurveTable. getByName(String name)
Methods in net.i2p.crypto.eddsa.spec with parameters of type EdDSANamedCurveSpec Modifier and Type Method Description static void
EdDSANamedCurveTable. defineCurve(EdDSANamedCurveSpec curve)