public class EdDSAParameterSpec extends Object implements AlgorithmParameterSpec, Serializable
| 构造器和说明 |
|---|
EdDSAParameterSpec(Curve curve,
String hashAlgo,
ScalarOps sc,
GroupElement B) |
public EdDSAParameterSpec(Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)
curve - the curvehashAlgo - the JCA string for the hash algorithmsc - the parameter L represented as ScalarOpsB - the parameter BIllegalArgumentException - if hash algorithm is unsupported or length is wrongpublic Curve getCurve()
public String getHashAlgorithm()
public ScalarOps getScalarOps()
public GroupElement getB()
Copyright © 2024 oceanbase.com. All rights reserved.