Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct () | |
decrypt ($cipherText, $key) | |
isSupported () | |
getBlockSize () | |
Fonctions membres publiques hérités de AKEncryptionAESAdapterAbstract | |
resizeKey ($key, $size) | |
Attributs protégés | |
$openSSLOptions = 0 | |
$method = 'aes-128-cbc' | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de AKEncryptionAESAdapterAbstract | |
getZeroPadding ($string, $blockSize) | |
__construct | ( | ) |
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(), method, et AKEncryptionAESAdapterAbstract\resizeKey().
getBlockSize | ( | ) |
isSupported | ( | ) |
|
protected |
|
protected |