|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.pqc.ecc.mceliece.McEliecePublicKeySpec
This class provides a specification for a McEliece public key.
McEliecePublicKey| Constructor Summary | |
protected |
McEliecePublicKeySpec(int t,
int n,
byte[] encG)
Constructor (used by McElieceKeyFactory). |
|
McEliecePublicKeySpec(int n,
int t,
GF2Matrix g)
Constructor (used by McElieceKeyFactory). |
| Method Summary | |
GF2Matrix |
getG()
|
int |
getN()
|
int |
getT()
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public McEliecePublicKeySpec(int n,
int t,
GF2Matrix g)
McElieceKeyFactory).n - the length of the codet - the error correction capability of the codeg - the generator matrix
protected McEliecePublicKeySpec(int t,
int n,
byte[] encG)
McElieceKeyFactory).n - the length of the codet - the error correction capability of the codeencG - the encoded generator matrix| Method Detail |
public int getN()
public int getT()
public GF2Matrix getG()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||