public class McElieceCCA2PublicKeyParameters extends McElieceCCA2KeyParameters
| Constructor and Description |
|---|
McElieceCCA2PublicKeyParameters(int n,
int t,
GF2Matrix matrix,
java.lang.String digest)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GF2Matrix |
getG() |
int |
getK() |
int |
getN() |
int |
getT() |
getDigestisPrivatepublic McElieceCCA2PublicKeyParameters(int n,
int t,
GF2Matrix matrix,
java.lang.String digest)
n - length of the codet - error correction capabilitymatrix - generator matrixdigest - McElieceCCA2Parameterspublic int getN()
public int getT()
public GF2Matrix getG()
public int getK()