Class Md5
java.lang.Object
ch.tocco.nice2.toolbox.api.security.Md5
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static Md5
fromString
(String source) static Md5
hash
(InputStream inputStream) static Md5
int
hashCode()
toString()
static boolean
Verifies that an md5 looks correct and returns the result.static void
Verifies that an md5 looks correct, throws on error.
-
Method Details
-
hash
-
hash
-
fromString
-
equals
-
hashCode
public int hashCode() -
toString
-
verify
Verifies that an md5 looks correct, throws on error.- Throws:
AssertionError
- See Also:
-
validate
Verifies that an md5 looks correct and returns the result.- See Also:
-