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.
|
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–2016 The veraPDF Consortium. All rights reserved.