Package org.bouncycastle.asn1.ua
Class DSTU4145ECBinary
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ua.DSTU4145ECBinary
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetA()
byte[]
getB()
getField()
byte[]
getG()
static DSTU4145ECBinary
getInstance
(Object obj) getN()
ECBinary ::= SEQUENCE { version [0] EXPLICIT INTEGER DEFAULT 0, f BinaryField, a INTEGER (0..1), b OCTET STRING, n INTEGER, bp OCTET STRING}Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
DSTU4145ECBinary
-
-
Method Details
-
getInstance
-
getField
-
getA
-
getB
public byte[] getB() -
getN
-
getG
public byte[] getG() -
toASN1Primitive
ECBinary ::= SEQUENCE { version [0] EXPLICIT INTEGER DEFAULT 0, f BinaryField, a INTEGER (0..1), b OCTET STRING, n INTEGER, bp OCTET STRING}- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-