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