Package org.bouncycastle.jcajce.spec
Class EdDSAParameterSpec
- java.lang.Object
-
- org.bouncycastle.jcajce.spec.EdDSAParameterSpec
-
- All Implemented Interfaces:
AlgorithmParameterSpec
public class EdDSAParameterSpec extends Object implements AlgorithmParameterSpec
ParameterSpec for EdDSA signature algorithms.
-
-
Constructor Summary
Constructors Constructor Description EdDSAParameterSpec(String curveName)
Base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurveName()
Return the curve name specified by this parameterSpec.
-
-
-
Field Detail
-
Ed25519
public static final String Ed25519
- See Also:
- Constant Field Values
-
Ed448
public static final String Ed448
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EdDSAParameterSpec
public EdDSAParameterSpec(String curveName)
Base constructor.- Parameters:
curveName
- name of the curve to specify.
-
-
Method Detail
-
getCurveName
public String getCurveName()
Return the curve name specified by this parameterSpec.- Returns:
- the name of the curve this parameterSpec specifies.
-
-