public class McElieceCCA2PublicKey extends ASN1Object
Constructor and Description |
---|
McElieceCCA2PublicKey(int n,
int t,
org.bouncycastle.pqc.legacy.math.linearalgebra.GF2Matrix g,
AlgorithmIdentifier digest) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getDigest() |
org.bouncycastle.pqc.legacy.math.linearalgebra.GF2Matrix |
getG() |
static McElieceCCA2PublicKey |
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 McElieceCCA2PublicKey(int n, int t, org.bouncycastle.pqc.legacy.math.linearalgebra.GF2Matrix g, AlgorithmIdentifier digest)
public int getN()
public int getT()
public org.bouncycastle.pqc.legacy.math.linearalgebra.GF2Matrix getG()
public AlgorithmIdentifier getDigest()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public static McElieceCCA2PublicKey getInstance(java.lang.Object o)