| java.lang.Object java.security.spec.ECParameterSpec org.bouncycastle.jce.spec.ECNamedCurveSpec
Constructor Summary | |
public | ECNamedCurveSpec(String name, ECCurve curve, org.bouncycastle.math.ec.ECPoint g, BigInteger n) | public | ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n) | public | ECNamedCurveSpec(String name, ECCurve curve, org.bouncycastle.math.ec.ECPoint g, BigInteger n, BigInteger h) | public | ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n, BigInteger h) | public | ECNamedCurveSpec(String name, ECCurve curve, org.bouncycastle.math.ec.ECPoint g, BigInteger n, BigInteger h, byte[] seed) |
Method Summary | |
public String | getName() return the name of the curve the EC domain parameters belong to. |
getName | public String getName()(Code) | | return the name of the curve the EC domain parameters belong to.
|
|
|