mceliece
Class PrivateKey
java.lang.Object
mceliece.PrivateKey
public class PrivateKey
- extends java.lang.Object
Represetanção da chave privada
- Author:
- Rafa
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivateKey
public PrivateKey(Matrix H,
Polynomial g,
Matrix S,
Matrix P)
- Construtor
- Parameters:
H
- g
- S
- P
-
getH
public Matrix getH()
- Returns:
- H
setH
public void setH(Matrix h)
- Parameters:
h
-
getG
public Polynomial getG()
- Returns:
- g
setG
public void setG(Polynomial g)
- Parameters:
g
-
getS
public Matrix getS()
- Returns:
- S
setS
public void setS(Matrix s)
- Parameters:
s
-
getP
public Matrix getP()
- Returns:
- P
setP
public void setP(Matrix p)
- Parameters:
p
-