CipherParameters
public class McElieceCCA2PublicKeyParameters extends McElieceCCA2KeyParameters
Constructor | Description |
---|---|
McElieceCCA2PublicKeyParameters(int n,
int t,
GF2Matrix matrix,
java.lang.String digest) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
GF2Matrix |
getG() |
|
int |
getK() |
|
int |
getN() |
|
int |
getT() |
isPrivate
getDigest
public 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()