public class EdDSANamedCurveSpec extends EdDSAParameterSpec
| Constructor and Description |
|---|
EdDSANamedCurveSpec(String name,
Curve curve,
String hashAlgo,
ScalarOps sc,
GroupElement B)Create a named curve specification. |
| Modifier and Type | Method and Description |
|---|---|
String | getName()Return the curve name. |
equals, getB, getCurve, getHashAlgorithm, getScalarOps, hashCodepublic EdDSANamedCurveSpec(String name, Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)
name - the curve namecurve - the curve parametershashAlgo - the hash algorithmsc - the scalar opsB - the base pointpublic String getName()