public class X9FieldElement extends ASN1Object
Modifier and Type | Field and Description |
---|---|
protected ECFieldElement |
f |
Constructor and Description |
---|
X9FieldElement(java.math.BigInteger p,
ASN1OctetString s) |
X9FieldElement(ECFieldElement f) |
X9FieldElement(int m,
int k1,
int k2,
int k3,
ASN1OctetString s) |
Modifier and Type | Method and Description |
---|---|
ECFieldElement |
getValue() |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
protected ECFieldElement f
public X9FieldElement(ECFieldElement f)
public X9FieldElement(java.math.BigInteger p, ASN1OctetString s)
public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s)
public ECFieldElement getValue()
public ASN1Primitive toASN1Primitive()
FieldElement ::= OCTET STRING
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object