org.bitcoin.x6763.crypto.ecdsa.params
Class ECDomainParameters

java.lang.Object
  extended by org.bitcoin.x6763.crypto.ecdsa.params.ECDomainParameters
All Implemented Interfaces:
ECConstants

public class ECDomainParameters
extends java.lang.Object
implements ECConstants

Author:
Bouncy Castle contributors - http://www.bouncycastle.org/contributors.html

Field Summary
 
Fields inherited from interface org.bitcoin.x6763.crypto.ecdsa.math.ECConstants
FOUR, ONE, THREE, TWO, ZERO
 
Constructor Summary
ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECDomainParameters

public ECDomainParameters(ECCurve curve,
                          ECPoint G,
                          java.math.BigInteger n,
                          java.math.BigInteger h)