mceliece
Class PublicKey

java.lang.Object
  extended by mceliece.PublicKey

public class PublicKey
extends java.lang.Object

Representação da chave pública

Author:
Rafa

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

PublicKey

public PublicKey(Matrix E,
                 int t)
Construtor

Parameters:
E -
t -
Method Detail

getE

public Matrix getE()
Returns:
e

setE

public void setE(Matrix e)
Parameters:
e -

getT

public int getT()
Returns:
t

setT

public void setT(int t)
Parameters:
t -