org.gudy.bouncycastle.crypto.params
Class ECDomainParameters
java.lang.Object
org.gudy.bouncycastle.crypto.params.ECDomainParameters
- All Implemented Interfaces:
- ECConstants
public class ECDomainParameters
- extends Object
- implements ECConstants
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECDomainParameters
public ECDomainParameters(ECCurve curve,
ECPoint G,
BigInteger n)
ECDomainParameters
public ECDomainParameters(ECCurve curve,
ECPoint G,
BigInteger n,
BigInteger h)
ECDomainParameters
public ECDomainParameters(ECCurve curve,
ECPoint G,
BigInteger n,
BigInteger h,
byte[] seed)
getCurve
public ECCurve getCurve()
getG
public ECPoint getG()
getN
public BigInteger getN()
getH
public BigInteger getH()
getSeed
public byte[] getSeed()