|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHash
public class Hash
Constructor Summary | |
---|---|
Hash(java.lang.String mensaje,
int r)
Constructor de la clase Hash |
Method Summary | |
---|---|
java.lang.String |
funcion_hash()
Método que realiza la función del hash. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hash(java.lang.String mensaje, int r)
mensaje
- El mensaje de texto originalr
- Las rondas para el proceso SDESMethod Detail |
---|
public java.lang.String funcion_hash()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |