|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.ECDomainParameters
public class ECDomainParameters
Field Summary |
---|
Fields inherited from interface org.bouncycastle.math.ec.ECConstants |
---|
FOUR, ONE, THREE, TWO, ZERO |
Constructor Summary | |
---|---|
ECDomainParameters(ECCurve curve,
ECPoint G,
java.math.BigInteger n)
|
|
ECDomainParameters(ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h)
|
|
ECDomainParameters(ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed)
|
Method Summary | |
---|---|
ECCurve |
getCurve()
|
ECPoint |
getG()
|
java.math.BigInteger |
getH()
|
java.math.BigInteger |
getN()
|
byte[] |
getSeed()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n)
public ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h)
public ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
Method Detail |
---|
public ECCurve getCurve()
public ECPoint getG()
public java.math.BigInteger getN()
public java.math.BigInteger getH()
public byte[] getSeed()
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |