org.bouncycastle.asn1.x9
public class X9Curve extends ASN1Encodable implements X9ObjectIdentifiers
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.
|
Curve ::= SEQUENCE { a FieldElement, b FieldElement, seed BIT STRING OPTIONAL }