Uses of Class
math.Vector

Packages that use Vector
math   
mceliece   
tests   
 

Uses of Vector in math
 

Methods in math that return Vector
 Vector Vector.mult(Matrix E)
          Multiplica por uma matriz
 

Methods in math with parameters of type Vector
 boolean Vector.equals(Vector another)
          Testa se dois vetores tem valores iguais
 void Matrix.setMatrixAsVSyndrome(Vector c)
          Configura a matriz como sendo a matriz de sindrome V
 

Uses of Vector in mceliece
 

Methods in mceliece that return Vector
 Vector Encrypt.execute(java.lang.StringBuffer log)
          Executa a encriptação
 Vector Decrypt.execute(java.lang.StringBuffer log)
          Executa a decriptação
 Vector Decrypt.getC()
           
 Vector Encrypt.getM()
           
 

Methods in mceliece with parameters of type Vector
 void Decrypt.setC(Vector c)
           
 void Encrypt.setM(Vector m)
           
 Matrix Decrypt.syndrome(Matrix H, Vector c)
          Obtém a síndrome da mensagem
 

Constructors in mceliece with parameters of type Vector
Decrypt(PrivateKey privateKey, Vector c)
          Construtor
Encrypt(PublicKey publicKey, Vector m)
          Construtor
 

Uses of Vector in tests
 

Methods in tests that return Vector
static Vector UtilsTests.convertStringVectorToVector(FiniteField K, int k, java.lang.String[] vMsg)
          Converte um vetor de strings em um Vector