public class MD5CryptImplementation extends Object implements ICryptString
Constructor and Description |
---|
MD5CryptImplementation() |
Modifier and Type | Method and Description |
---|---|
String |
createPassPhrase(String userGivenPass)
create a pass phrase
|
Boolean |
verifyPassword(String passGiven,
String passwdFromDb)
verify a password
|
public String createPassPhrase(String userGivenPass)
ICryptString
createPassPhrase
in interface ICryptString
public Boolean verifyPassword(String passGiven, String passwdFromDb)
ICryptString
verifyPassword
in interface ICryptString
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.