org.bouncycastle.asn1.x9
Class X9FieldElement
- DEREncodable
public class X9FieldElement
class for processing an FieldElement as a DER object.
X9FieldElement
public X9FieldElement(boolean fP,
BigInteger q,
ASN1OctetString s)
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
FieldElement ::= OCTET STRING
- 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 2m 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.
- toASN1Object in interface ASN1Encodable