|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.bouncycastle.crypto.params.AsymmetricKeyParameter
|
+--org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2KeyParameters
|
+--org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2PublicKeyParameters
| Constructor Summary | |
McElieceCCA2PublicKeyParameters(int n,
int t,
GF2Matrix matrix,
java.lang.String digest)
Constructor. |
|
| Method Summary | |
GF2Matrix |
getG()
|
int |
getK()
|
int |
getN()
|
int |
getT()
|
| Methods inherited from class org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2KeyParameters |
getDigest |
| 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 McElieceCCA2PublicKeyParameters(int n,
int t,
GF2Matrix matrix,
java.lang.String digest)
n - length of the codet - error correction capabilitymatrix - generator matrixdigest - McElieceCCA2Parameters| Method Detail |
public int getN()
public int getT()
public GF2Matrix getG()
public int getK()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||