public class McEliecePublicKey extends ASN1Object
Constructor and Description |
---|
McEliecePublicKey(int n,
int t,
GF2Matrix g) |
Modifier and Type | Method and Description |
---|---|
GF2Matrix |
getG() |
static McEliecePublicKey |
getInstance(java.lang.Object o) |
int |
getN() |
int |
getT() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public McEliecePublicKey(int n, int t, GF2Matrix g)
public int getN()
public int getT()
public GF2Matrix getG()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public static McEliecePublicKey getInstance(java.lang.Object o)