|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.spidernetlabs.security.crypto.MD5
public class MD5
Classe che permette di criptare in MD5
Constructor Summary | |
---|---|
MD5()
|
Method Summary | |
---|---|
void |
encryptMD5(java.io.File in,
java.io.File output)
Cripta un file mediante l'algoritmo MD5. |
java.lang.String |
encryptMD5(java.lang.String password)
Cripta la srtinga passata come parametro. |
void |
encryptMD5(java.lang.String password,
java.io.File output)
Cripta la stringa passata come parametro e la salva su un file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MD5()
Method Detail |
---|
public java.lang.String encryptMD5(java.lang.String password)
password
- La string da criptare.
public void encryptMD5(java.io.File in, java.io.File output)
in
- Il file da criptare.output
- Il file che conterrĂ il testo criptato.public void encryptMD5(java.lang.String password, java.io.File output)
password
- La stringa da criptare.output
- Il file che conterrĂ il testo criptato.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |