Uses of Class
net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec

Packages that use EdDSANamedCurveSpec
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". 
 

Uses of EdDSANamedCurveSpec in net.i2p.crypto.eddsa
 

Methods in net.i2p.crypto.eddsa that return EdDSANamedCurveSpec
protected  EdDSANamedCurveSpec KeyPairGenerator.createNamedCurveSpec(String curveName)
          Create an EdDSANamedCurveSpec from the provided curve name.
 

Uses of EdDSANamedCurveSpec in net.i2p.crypto.eddsa.spec
 

Methods in net.i2p.crypto.eddsa.spec that return EdDSANamedCurveSpec
static EdDSANamedCurveSpec EdDSANamedCurveTable.getByName(String name)
           
 

Methods in net.i2p.crypto.eddsa.spec with parameters of type EdDSANamedCurveSpec
static void EdDSANamedCurveTable.defineCurve(String name, EdDSANamedCurveSpec curve)