Uses of Class
net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
- 
Packages that use 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.eddsaMethods in net.i2p.crypto.eddsa that return EdDSANamedCurveSpec Modifier and Type Method Description protected EdDSANamedCurveSpecKeyPairGenerator. createNamedCurveSpec(String curveName)Create an EdDSANamedCurveSpec from the provided curve name.
- 
Uses of EdDSANamedCurveSpec in net.i2p.crypto.eddsa.specFields in net.i2p.crypto.eddsa.spec declared as EdDSANamedCurveSpec Modifier and Type Field Description static EdDSANamedCurveSpecEdDSANamedCurveTable. ED_25519_CURVE_SPECMethods in net.i2p.crypto.eddsa.spec that return EdDSANamedCurveSpec Modifier and Type Method Description static EdDSANamedCurveSpecEdDSANamedCurveTable. getByName(String name)Methods in net.i2p.crypto.eddsa.spec with parameters of type EdDSANamedCurveSpec Modifier and Type Method Description static voidEdDSANamedCurveTable. defineCurve(EdDSANamedCurveSpec curve)
 
-