net.i2p.crypto.eddsa.spec
Class EdDSANamedCurveSpec

java.lang.Object
  extended by net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
      extended by 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
EdDSANamedCurveSpec(String name, Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
getB, getCurve, getHashAlgorithm, getScalarOps
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdDSANamedCurveSpec

public EdDSANamedCurveSpec(String name,
                           Curve curve,
                           String hashAlgo,
                           ScalarOps sc,
                           GroupElement B)
Method Detail

getName

public String getName()