|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x9.X9FieldElement
class for processing an FieldElement as a DER object.
Field Summary | |
protected ECFieldElement |
f
|
Constructor Summary | |
X9FieldElement(ECFieldElement f)
|
Method Summary | |
ECFieldElement |
getValue()
|
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream. |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ECFieldElement f
Constructor Detail |
public X9FieldElement(ECFieldElement f)
Method Detail |
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 ASN1Encodable
toASN1Primitive
in class ASN1Object
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |