| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.jce.spec.ECParameterSpec
public class ECParameterSpec
basic domain parameters for an Elliptic Curve public or private key.
| Constructor Summary | |
|---|---|
ECParameterSpec(ECCurve curve,
                ECPoint G,
                BigInteger n)
 | 
|
ECParameterSpec(ECCurve curve,
                ECPoint G,
                BigInteger n,
                BigInteger h)
 | 
|
ECParameterSpec(ECCurve curve,
                ECPoint G,
                BigInteger n,
                BigInteger h,
                byte[] seed)
 | 
|
| Method Summary | |
|---|---|
 ECCurve | 
getCurve()
return the curve along which the base point lies.  | 
 ECPoint | 
getG()
return the base point we are using for these domain parameters.  | 
 BigInteger | 
getH()
return the cofactor H to the order of G.  | 
 BigInteger | 
getN()
return the order N of G  | 
 byte[] | 
getSeed()
return the seed used to generate this curve (if available).  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ECParameterSpec(ECCurve curve,
                       ECPoint G,
                       BigInteger n)
public ECParameterSpec(ECCurve curve,
                       ECPoint G,
                       BigInteger n,
                       BigInteger h)
public ECParameterSpec(ECCurve curve,
                       ECPoint G,
                       BigInteger n,
                       BigInteger h,
                       byte[] seed)
| Method Detail | 
|---|
public ECCurve getCurve()
public ECPoint getG()
public BigInteger getN()
public BigInteger getH()
public byte[] getSeed()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||