|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyParameters
org.bouncycastle.pqc.legacy.crypto.mceliece.McEliecePublicKeyParameters
| Constructor Summary | |
McEliecePublicKeyParameters(int n,
int t,
GF2Matrix g)
Constructor. |
|
| Method Summary | |
GF2Matrix |
getG()
|
int |
getK()
|
int |
getN()
|
int |
getT()
|
| Methods inherited from class org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyParameters |
getParameters |
| Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter |
isPrivate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public McEliecePublicKeyParameters(int n,
int t,
GF2Matrix g)
n - the length of the codet - the error correction capability of the codeg - the generator matrix| Method Detail |
public int getN()
public int getT()
public GF2Matrix getG()
public int getK()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||