Package net.i2p.crypto.eddsa.spec
Class EdDSANamedCurveSpec
java.lang.Object
net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
- All Implemented Interfaces:
Serializable
,AlgorithmParameterSpec
EdDSA Curve specification that can also be referred to by name.
- Since:
- 0.9.15
- Author:
- str4d
- See Also:
-
Constructor Summary
ConstructorDescriptionEdDSANamedCurveSpec
(String name, Curve curve, String hashAlgo, ScalarOps sc, GroupElement B) -
Method Summary
Methods inherited from class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
equals, getB, getCurve, getHashAlgorithm, getScalarOps, hashCode
-
Constructor Details
-
EdDSANamedCurveSpec
-
-
Method Details
-
getName
-