|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmceliece.PublicKey
public class PublicKey
Representação da chave pública
Constructor Summary | |
---|---|
PublicKey(Matrix E,
int t)
Construtor |
Method Summary | |
---|---|
Matrix |
getE()
|
int |
getT()
|
void |
setE(Matrix e)
|
void |
setT(int t)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublicKey(Matrix E, int t)
E
- t
- Method Detail |
---|
public Matrix getE()
public void setE(Matrix e)
e
- public int getT()
public void setT(int t)
t
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |