public class X9FieldElement extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
protected ECFieldElement |
f |
| Constructor and Description |
|---|
X9FieldElement(java.math.BigInteger p,
ASN1OctetString s)
Deprecated.
Will be removed
|
X9FieldElement(ECFieldElement f) |
X9FieldElement(int m,
int k1,
int k2,
int k3,
ASN1OctetString s)
Deprecated.
Will be removed
|
| Modifier and Type | Method and Description |
|---|---|
ECFieldElement |
getValue() |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectprotected 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()
if q is an odd prime then the field element is processed as an Integer and converted to an octet string according to x 9.62 4.3.1. if q is 2 m then the bit string contained in the field element is converted into an octet string with the same ordering padded at the front if necessary.
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object