public class McEliecePublicKeySpec extends Object implements KeySpec
BCMcEliecePublicKey
Constructor and Description |
---|
McEliecePublicKeySpec(String oid,
int t,
int n,
byte[] encG)
Constructor (used by
McElieceKeyFactorySpi ). |
McEliecePublicKeySpec(String oid,
int n,
int t,
GF2Matrix g)
Constructor (used by
McElieceKeyFactorySpi ). |
public McEliecePublicKeySpec(String oid, int n, int t, GF2Matrix g)
McElieceKeyFactorySpi
).oid
- n
- the length of the codet
- the error correction capability of the codeg
- the generator matrixpublic McEliecePublicKeySpec(String oid, int t, int n, byte[] encG)
McElieceKeyFactorySpi
).oid
- n
- the length of the codet
- the error correction capability of the codeencG
- the encoded generator matrixCopyright © 2016 BouncyCastle.org. All rights reserved.