MediaWiki REL1_41
|
This is the complete list of members for Pbkdf2PasswordUsingHashExtension, including all inherited members.
$args | ParameterizedPassword | protected |
$config | Password | protected |
$factory | Password | protected |
$hash | Password | protected |
$params | ParameterizedPassword | protected |
__construct(PasswordFactory $factory, array $config, string $hash=null) | Password | |
assertIsSafeSize(string $hash) | Password | protected |
canUseOpenSSL() | AbstractPbkdf2Password | protectedstatic |
crypt(string $password) | AbstractPbkdf2Password | |
getDefaultParams() | AbstractPbkdf2Password | protected |
getDelimiter() | AbstractPbkdf2Password | protected |
getDigestAlgo(string $algo) | Pbkdf2PasswordUsingHashExtension | protected |
getType() | Password | |
isSupported() | Password | protected |
needsUpdate() | ParameterizedPassword | |
newInstance(PasswordFactory $factory, array $config, string $hash=null) | AbstractPbkdf2Password | static |
parseHash(?string $hash) | ParameterizedPassword | protected |
pbkdf2(string $digestAlgo, string $password, string $salt, int $rounds, int $length) | Pbkdf2PasswordUsingHashExtension | protected |
toString() | ParameterizedPassword | |
verify(string $password) | Password |