MediaWiki master
Pbkdf2PasswordUsingOpenSSL Member List

This is the complete list of members for Pbkdf2PasswordUsingOpenSSL, 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)Pbkdf2PasswordUsingOpenSSLprotected
getType()Password
isSupported()Pbkdf2PasswordUsingOpenSSLprotected
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)Pbkdf2PasswordUsingOpenSSLprotected
toString()ParameterizedPassword
verify(string $password)Password