|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.pqc.ecc.niederreiter.NiederreiterPublicKeySpec
This class provides a specification for a Niederreiter public key.
NiederreiterPublicKey,
KeySpec| Constructor Summary | |
protected |
NiederreiterPublicKeySpec(int n,
int t,
byte[] encH)
Constructor, used by NiederreiterKeyFactory. |
|
NiederreiterPublicKeySpec(int n,
int t,
GF2Matrix h)
Constructor. |
| Method Summary | |
GF2Matrix |
getH()
|
int |
getN()
|
int |
getT()
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public NiederreiterPublicKeySpec(int n,
int t,
GF2Matrix h)
n - length of the codet - error correction capability of the codeh - check matrix
protected NiederreiterPublicKeySpec(int n,
int t,
byte[] encH)
NiederreiterKeyFactory.n - length of the codet - error correction capability of the codeencH - encoded check matrix| Method Detail |
public int getN()
public int getT()
public GF2Matrix getH()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||