org.bouncycastle.crypto.params
public class ECDomainParameters extends Object implements ECConstants
Constructor Summary | |
---|---|
ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n) | |
ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h) | |
ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) |
Method Summary | |
---|---|
ECCurve | getCurve() |
ECPoint | getG() |
BigInteger | getH() |
BigInteger | getN() |
byte[] | getSeed() |