public class ECNamedCurveGenParameterSpec extends Object implements AlgorithmParameterSpec
If you are using JDK 1.5 you should be looking at ECGenParameterSpec.
Constructor and Description |
---|
ECNamedCurveGenParameterSpec(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
return the name of the curve the EC domain parameters belong to.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.