Package org.bouncycastle.jcajce.spec
Class EdDSAParameterSpec
java.lang.Object
org.bouncycastle.jcajce.spec.EdDSAParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
ParameterSpec for EdDSA signature algorithms.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the curve name specified by this parameterSpec.
-
Field Details
-
Ed25519
- See Also:
-
Ed448
- See Also:
-
-
Constructor Details
-
EdDSAParameterSpec
Base constructor.- Parameters:
curveName
- name of the curve to specify.
-
-
Method Details
-
getCurveName
Return the curve name specified by this parameterSpec.- Returns:
- the name of the curve this parameterSpec specifies.
-