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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdDSANamedCurveSpec
public EdDSANamedCurveSpec(String name,
Curve curve,
String hashAlgo,
ScalarOps sc,
GroupElement B)
getName
public String getName()