public class McElieceCCA2PublicKeyParameters extends McElieceCCA2KeyParameters
| Constructor and Description |
|---|
McElieceCCA2PublicKeyParameters(java.lang.String oid,
int n,
int t,
byte[] encMatrix,
McElieceCCA2Parameters params)
Constructor (used by
McElieceKeyFactory). |
McElieceCCA2PublicKeyParameters(java.lang.String oid,
int n,
int t,
GF2Matrix matrix,
McElieceCCA2Parameters params)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getK() |
GF2Matrix |
getMatrixG() |
int |
getN() |
java.lang.String |
getOIDString() |
int |
getT() |
getParametersisPrivatepublic McElieceCCA2PublicKeyParameters(java.lang.String oid,
int n,
int t,
GF2Matrix matrix,
McElieceCCA2Parameters params)
n - length of the codet - error correction capabilitymatrix - generator matrixparams - McElieceCCA2Parameterspublic McElieceCCA2PublicKeyParameters(java.lang.String oid,
int n,
int t,
byte[] encMatrix,
McElieceCCA2Parameters params)
McElieceKeyFactory).n - length of the codet - error correction capability of the codeencMatrix - encoded generator matrixparams - McElieceCCA2Parameterspublic int getN()
public int getT()
public GF2Matrix getMatrixG()
public int getK()
public java.lang.String getOIDString()