public class DSTU4145ECBinary extends ASN1Object
Constructor and Description |
---|
DSTU4145ECBinary(ECDomainParameters params) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getA() |
byte[] |
getB() |
DSTU4145BinaryField |
getField() |
byte[] |
getG() |
static DSTU4145ECBinary |
getInstance(java.lang.Object obj) |
java.math.BigInteger |
getN() |
ASN1Primitive |
toASN1Primitive()
ECBinary ::= SEQUENCE {
version [0] EXPLICIT INTEGER DEFAULT 0,
f BinaryField,
a INTEGER (0..1),
b OCTET STRING,
n INTEGER,
bp OCTET STRING}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public DSTU4145ECBinary(ECDomainParameters params)
public static DSTU4145ECBinary getInstance(java.lang.Object obj)
public DSTU4145BinaryField getField()
public java.math.BigInteger getA()
public byte[] getB()
public java.math.BigInteger getN()
public byte[] getG()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object