public class ECDomainParameters
extends java.lang.Object
implements org.bouncycastle.math.ec.ECConstants
Constructor and Description |
---|
ECDomainParameters(org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
java.math.BigInteger n) |
ECDomainParameters(org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h) |
ECDomainParameters(org.bouncycastle.math.ec.ECCurve curve,
org.bouncycastle.math.ec.ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.math.ec.ECCurve |
getCurve() |
org.bouncycastle.math.ec.ECPoint |
getG() |
java.math.BigInteger |
getH() |
java.math.BigInteger |
getN() |
byte[] |
getSeed() |
public ECDomainParameters(org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, java.math.BigInteger n)
public ECDomainParameters(org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, java.math.BigInteger n, java.math.BigInteger h)
public ECDomainParameters(org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)