|
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.pqc.legacy.math.linearalgebra.GoppaCode.MatrixSet
This class is a container for an instance of GF2Matrix and one
int[]. It is used to hold a generator matrix and the set of indices such
that the submatrix of the generator matrix consisting of the specified
columns is the identity.
GF2Matrix,
Permutation| Constructor Summary | |
GoppaCode.MatrixSet(GF2Matrix g,
int[] setJ)
Construct a new MatrixSet container with the given
parameters. |
|
| Method Summary | |
GF2Matrix |
getG()
|
int[] |
getSetJ()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GoppaCode.MatrixSet(GF2Matrix g,
int[] setJ)
MatrixSet container with the given
parameters.
g - the generator matrixsetJ - the set of indices such that the submatrix of the
generator matrix consisting of the specified columns
is the identity| Method Detail |
public GF2Matrix getG()
public int[] getSetJ()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||