org.bouncycastle.jce.spec
Class ECNamedCurveParameterSpec
- AlgorithmParameterSpec
public class ECNamedCurveParameterSpec
specification signifying that the curve parameters can also be
refered to by name.
If you are using JDK 1.5 you should be looking at ECNamedCurveSpec.
ECNamedCurveParameterSpec(String name, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, BigInteger n)
|
ECNamedCurveParameterSpec(String name, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, BigInteger n, BigInteger h)
|
ECNamedCurveParameterSpec(String name, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, BigInteger n, BigInteger h, byte[] seed)
|
String | getName() - return the name of the curve the EC domain parameters belong to.
|
ECNamedCurveParameterSpec
public ECNamedCurveParameterSpec(String name,
org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
BigInteger n)
ECNamedCurveParameterSpec
public ECNamedCurveParameterSpec(String name,
org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
BigInteger n,
BigInteger h)
ECNamedCurveParameterSpec
public ECNamedCurveParameterSpec(String name,
org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
BigInteger n,
BigInteger h,
byte[] seed)
getName
public String getName()
return the name of the curve the EC domain parameters belong to.