Package org.bouncycastle.crypto.params
Class ECDomainParameters
java.lang.Object
org.bouncycastle.crypto.params.ECDomainParameters
- All Implemented Interfaces:
ECConstants
public class ECDomainParameters extends Object implements ECConstants
-
Field Summary
-
Constructor Summary
Constructors Constructor 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) -
Method Summary
Modifier and Type Method Description ECCurvegetCurve()ECPointgetG()BigIntegergetH()BigIntegergetN()byte[]getSeed()