public class ECDomainParameters extends Object implements ECConstants
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
ECCurve |
getCurve() |
ECPoint |
getG() |
BigInteger |
getH() |
BigInteger |
getN() |
byte[] |
getSeed() |
public ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n)
public ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h)
public ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed)
public ECCurve getCurve()
public ECPoint getG()
public BigInteger getN()
public BigInteger getH()
public byte[] getSeed()
Copyright © 2015. All rights reserved.