Interface ECDomainParametersID
- All Known Implementing Classes:
FipsEC.DomainParameterID
public interface ECDomainParametersID
Base interface for an EC domain parameters ID.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the string version of the curve name.
-
Method Details
-
getCurveName
String getCurveName()Return the string version of the curve name.- Returns:
- the name of the curve.
-