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
string
the hashed password
getSalt( $arg0) : string
User
string
null in case of {@link HashSaltStyle#NO_SALT} the salt of the user or a defined external salt
getSaltStyle() : string
string
the saltStyle
getStoredPwd( $arg0) : string
User
string
the password, either as hashed version or as cleartext, depending on the preferences
setAlgorithm( $arg0) : void
string
setExternalSalt( $arg0) : void
string
setSaltStyle( $arg0) : void
string