public class McElieceCCA2PublicKeyParameters extends McElieceCCA2KeyParameters
| Constructor and Description |
|---|
McElieceCCA2PublicKeyParameters(String oid,
int n,
int t,
byte[] encMatrix,
McElieceCCA2Parameters params)
Constructor.
|
McElieceCCA2PublicKeyParameters(String oid,
int n,
int t,
GF2Matrix matrix,
McElieceCCA2Parameters params)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getK() |
GF2Matrix |
getMatrixG() |
int |
getN() |
String |
getOIDString() |
int |
getT() |
getParametersisPrivatepublic McElieceCCA2PublicKeyParameters(String oid, int n, int t, GF2Matrix matrix, McElieceCCA2Parameters params)
n - length of the codet - error correction capabilitymatrix - generator matrixparams - McElieceCCA2Parameterspublic McElieceCCA2PublicKeyParameters(String oid, int n, int t, byte[] encMatrix, McElieceCCA2Parameters params)
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 String getOIDString()
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.