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
public class EdDSANamedCurveSpec extends EdDSAParameterSpec
EdDSA Curve specification that can also be referred to by name.
- Since:
- 0.9.15
- Author:
- str4d
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EdDSANamedCurveSpec(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
public EdDSANamedCurveSpec(String name, Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)
-
-
Method Details