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 SummaryConstructors Constructor Description EdDSANamedCurveSpec(String name, Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()- 
Methods inherited from class net.i2p.crypto.eddsa.spec.EdDSAParameterSpecequals, getB, getCurve, getHashAlgorithm, getScalarOps, hashCode
 
- 
 
-