|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x9.X9ECParameters
ASN.1 def for Elliptic-Curve ECParameters structure. See X9.62, for further details.
| Field Summary |
| Constructor Summary | |
X9ECParameters(ECCurve curve,
X9ECPoint g,
java.math.BigInteger n)
|
|
X9ECParameters(ECCurve curve,
X9ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h)
|
|
X9ECParameters(ECCurve curve,
X9ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed)
|
|
| Method Summary | |
X9ECPoint |
getBaseEntry()
Return the ASN.1 entry representing the base point G. |
ECCurve |
getCurve()
|
X9Curve |
getCurveEntry()
Return the ASN.1 entry representing the Curve. |
X9FieldID |
getFieldIDEntry()
Return the ASN.1 entry representing the FieldID. |
ECPoint |
getG()
|
java.math.BigInteger |
getH()
|
static X9ECParameters |
getInstance(java.lang.Object obj)
|
java.math.BigInteger |
getN()
|
byte[] |
getSeed()
|
boolean |
hasSeed()
|
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public X9ECParameters(ECCurve curve,
X9ECPoint g,
java.math.BigInteger n)
public X9ECParameters(ECCurve curve,
X9ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h)
public X9ECParameters(ECCurve curve,
X9ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed)
| Method Detail |
public static X9ECParameters getInstance(java.lang.Object obj)
public ECCurve getCurve()
public ECPoint getG()
public java.math.BigInteger getN()
public java.math.BigInteger getH()
public byte[] getSeed()
public boolean hasSeed()
public X9Curve getCurveEntry()
public X9FieldID getFieldIDEntry()
public X9ECPoint getBaseEntry()
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||