|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.x9.X9Curve
public class X9Curve
ASN.1 def for Elliptic-Curve Curve structure. See X9.62, for further details.
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
X9Curve(ECCurve curve)
|
|
X9Curve(ECCurve curve,
byte[] seed)
|
|
X9Curve(X9FieldID fieldID,
ASN1Sequence seq)
|
|
| Method Summary | |
|---|---|
ECCurve |
getCurve()
|
byte[] |
getSeed()
|
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public X9Curve(ECCurve curve)
public X9Curve(ECCurve curve,
byte[] seed)
public X9Curve(X9FieldID fieldID,
ASN1Sequence seq)
| Method Detail |
|---|
public ECCurve getCurve()
public byte[] getSeed()
public DERObject toASN1Object()
Curve ::= SEQUENCE {
a FieldElement,
b FieldElement,
seed BIT STRING OPTIONAL
}
toASN1Object in class ASN1Encodable
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||