Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
| package |
Default |
|---|
__construct()
computeHash( $arg0, $arg1) : string
string
User
stringthe hashed password
getSalt( $arg0) : string
User
stringnull in case of {@link HashSaltStyle#NO_SALT} the salt of the user or a defined external salt
getSaltStyle() : string
stringthe saltStyle
getStoredPwd( $arg0) : string
User
stringthe password, either as hashed version or as cleartext, depending on the preferences
setAlgorithm( $arg0) : void
string
setExternalSalt( $arg0) : void
string
setSaltStyle( $arg0) : void
string