requiresSalt()
Returns whether or not the encoder requires a salt.
getName()
Returns a unique name/id of the concrete password encoder.
isPasswordValid($encoded, $raw, $salt)
Checks a raw password against an encoded password.
encodePassword($raw, $salt)
Encodes the raw password.