public class ECNamedCurveParameterSpec extends ECParameterSpec
If you are using JDK 1.5 you should be looking at ECNamedCurveSpec.
Constructor and Description |
---|
ECNamedCurveParameterSpec(java.lang.String name,
org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
java.math.BigInteger n) |
ECNamedCurveParameterSpec(java.lang.String name,
org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h) |
ECNamedCurveParameterSpec(java.lang.String name,
org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed) |
public ECNamedCurveParameterSpec(java.lang.String name, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, java.math.BigInteger n)
public ECNamedCurveParameterSpec(java.lang.String name, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, java.math.BigInteger n, java.math.BigInteger h)
public ECNamedCurveParameterSpec(java.lang.String name, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)