Class Hashing
java.lang.Object
velo.ladaalpha.fields.cryptography.Hashing
The Class Hashing.
- 
Constructor Details
- 
Hashing
public Hashing() 
 - 
 - 
Method Details
- 
sha256
Sha 256.- Parameters:
 input- the input- Returns:
 - the string
 
 - 
sha512
Sha 512.- Parameters:
 input- the input- Returns:
 - the string
 
 - 
sha384
Sha 384.- Parameters:
 input- the input- Returns:
 - the string
 
 - 
sha224
Sha 224.- Parameters:
 input- the input- Returns:
 - the string
 
 - 
md2
Md 2.- Parameters:
 input- the input- Returns:
 - the string
 
 - 
md5
Md 5.- Parameters:
 input- the input- Returns:
 - the string
 
 - 
sha1
Sha 1.- Parameters:
 input- the input- Returns:
 - the string
 
 
 -