Uses of Class
net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
Packages that use EdDSANamedCurveSpec
Package
Description
   Java implementation of EdDSA, a digital signature scheme using
   a variant of elliptic curve cryptography based on Twisted Edwards curves.
   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 EdDSANamedCurveSpecModifier and TypeMethodDescriptionprotected EdDSANamedCurveSpecKeyPairGenerator.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 EdDSANamedCurveSpecModifier and TypeFieldDescriptionstatic final EdDSANamedCurveSpecEdDSANamedCurveTable.ED_25519_CURVE_SPECMethods in net.i2p.crypto.eddsa.spec that return EdDSANamedCurveSpecMethods in net.i2p.crypto.eddsa.spec with parameters of type EdDSANamedCurveSpecModifier and TypeMethodDescriptionstatic voidEdDSANamedCurveTable.defineCurve(EdDSANamedCurveSpec curve)