Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Liste complète des membres de JCrypt, y compris les membres hérités :
$_cipher | JCrypt | private |
$_key | JCrypt | private |
__construct(JCryptCipher $cipher=null, JCryptKey $key=null) | JCrypt | |
decrypt($data) | JCrypt | |
encrypt($data) | JCrypt | |
generateKey(array $options=array()) | JCrypt | |
genRandomBytes($length=16) | JCrypt | static |
hasStrongPasswordSupport() | JCrypt | static |
setKey(JCryptKey $key) | JCrypt | |
timingSafeCompare($known, $unknown) | JCrypt | static |