public class ECDomainParameters extends java.lang.Object implements ECConstants
Modifier and Type | Field and Description |
---|---|
(package private) ECCurve |
curve |
(package private) ECPoint |
G |
(package private) java.math.BigInteger |
h |
(package private) java.math.BigInteger |
n |
(package private) byte[] |
seed |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
ECCurve |
getCurve() |
ECPoint |
getG() |
java.math.BigInteger |
getH() |
java.math.BigInteger |
getN() |
byte[] |
getSeed() |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.