| Constructor and Description | 
|---|
MD5Hash()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
create(java.lang.String plaintext)  | 
boolean | 
matchesAlgorithm(java.lang.String password)  | 
boolean | 
validate(java.lang.String plaintext,
        java.lang.String hash)  | 
public java.lang.String create(java.lang.String plaintext)
                        throws ServerFault
create in interface HashServerFaultpublic boolean validate(java.lang.String plaintext,
                        java.lang.String hash)
                 throws ServerFault
validate in interface HashServerFaultpublic boolean matchesAlgorithm(java.lang.String password)
matchesAlgorithm in interface HashCopyright © 2023. All Rights Reserved.