![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de Mcrypt:Fonctions membres publiques | |
| decrypt ($cipherText, $key) | |
| isSupported () | |
| getBlockSize () | |
Fonctions membres publiques hérités de AKEncryptionAESAdapterAbstract | |
| resizeKey ($key, $size) | |
Attributs protégés | |
| $cipherType = MCRYPT_RIJNDAEL_128 | |
| $cipherMode = MCRYPT_MODE_CBC | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de AKEncryptionAESAdapterAbstract | |
| getZeroPadding ($string, $blockSize) | |
| decrypt | ( | $plainText, | |
| $key | |||
| ) |
Decrypts a string. Returns the raw binary ciphertext, zero-padded.
| string | $plainText | The plaintext to encrypt |
| string | $key | The raw binary key (will be zero-padded or chopped if its size is different than the block size) |
Implémente AKEncryptionAESAdapterInterface.
Références $key, getBlockSize(), et AKEncryptionAESAdapterAbstract\resizeKey().
| getBlockSize | ( | ) |
Returns the encryption block size in bytes
Implémente AKEncryptionAESAdapterInterface.
Référencé par decrypt().
| isSupported | ( | ) |
|
protected |
|
protected |