Class Md5
java.lang.Object
ch.tocco.nice2.toolbox.api.security.Md5
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Md5fromString(String source) static Md5hash(InputStream inputStream) static Md5inthashCode()toString()static booleanVerifies that an md5 looks correct and returns the result.static voidVerifies 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:
-