public class McElieceCCA2PublicKeySpec extends Object implements KeySpec
BCMcElieceCCA2PublicKey| Constructor and Description |
|---|
McElieceCCA2PublicKeySpec(String oid,
int n,
int t,
byte[] encMatrix)
Constructor (used by
McElieceKeyFactorySpi). |
McElieceCCA2PublicKeySpec(String oid,
int n,
int t,
GF2Matrix matrix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GF2Matrix |
getMatrixG() |
int |
getN() |
String |
getOIDString() |
int |
getT() |
public McElieceCCA2PublicKeySpec(String oid, int n, int t, GF2Matrix matrix)
n - length of the codet - error correction capabilitymatrix - generator matrixpublic McElieceCCA2PublicKeySpec(String oid, int n, int t, byte[] encMatrix)
McElieceKeyFactorySpi).n - length of the codet - error correction capability of the codeencMatrix - encoded generator matrixCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.