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:
java.io.Serializable
,java.security.spec.AlgorithmParameterSpec
public class EdDSANamedCurveSpec extends EdDSAParameterSpec
EdDSA Curve specification that can also be referred to by name.- Author:
- str4d
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdDSANamedCurveSpec(java.lang.String name, Curve curve, java.lang.String hashAlgo, ScalarOps sc, GroupElement B)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
equals, getB, getCurve, getHashAlgorithm, getScalarOps, hashCode
-
-
-
-
Constructor Detail
-
EdDSANamedCurveSpec
public EdDSANamedCurveSpec(java.lang.String name, Curve curve, java.lang.String hashAlgo, ScalarOps sc, GroupElement B)
-
-