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