public class McElieceCCA2PublicKey extends ASN1Object
Constructor and Description |
---|
McElieceCCA2PublicKey(ASN1ObjectIdentifier oid,
int n,
int t,
GF2Matrix g) |
Modifier and Type | Method and Description |
---|---|
GF2Matrix |
getG() |
static McElieceCCA2PublicKey |
getInstance(java.lang.Object o) |
int |
getN() |
ASN1ObjectIdentifier |
getOID() |
int |
getT() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public McElieceCCA2PublicKey(ASN1ObjectIdentifier oid, int n, int t, GF2Matrix g)
public ASN1ObjectIdentifier getOID()
public int getN()
public int getT()
public GF2Matrix getG()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public static McElieceCCA2PublicKey getInstance(java.lang.Object o)