MediaWiki master
Pbkdf2PasswordUsingHashExtension Member List

This is the complete list of members for Pbkdf2PasswordUsingHashExtension, including all inherited members.

$argsParameterizedPasswordprotected
$configPasswordprotected
$factoryPasswordprotected
$hashPasswordprotected
$paramsParameterizedPasswordprotected
__construct(PasswordFactory $factory, array $config, string $hash=null)Password
assertIsSafeSize(string $hash)Passwordprotected
canUseOpenSSL()AbstractPbkdf2Passwordprotectedstatic
crypt(string $password)AbstractPbkdf2Password
getDefaultParams()AbstractPbkdf2Passwordprotected
getDelimiter()AbstractPbkdf2Passwordprotected
getDigestAlgo(string $algo)Pbkdf2PasswordUsingHashExtensionprotected
getType()Password
isSupported()Passwordprotected
needsUpdate()ParameterizedPassword
newInstance(PasswordFactory $factory, array $config, string $hash=null)AbstractPbkdf2Passwordstatic
parseHash(?string $hash)ParameterizedPasswordprotected
pbkdf2(string $digestAlgo, string $password, string $salt, int $rounds, int $length)Pbkdf2PasswordUsingHashExtensionprotected
toString()ParameterizedPassword
verify(string $password)Password