Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
setBlockLength ($length) | |
setKeyLength ($length) | |
setKey ($key) | |
Fonctions membres publiques hérités de Rijndael | |
__construct ($mode) | |
setKeyLength ($length) | |
setKey ($key) | |
setBlockLength ($length) | |
encrypt ($plaintext) | |
decrypt ($ciphertext) | |
Fonctions membres publiques hérités de SymmetricKey | |
__construct ($mode) | |
setIV ($iv) | |
enablePoly1305 () | |
setPoly1305Key ($key=null) | |
setNonce ($nonce) | |
setAAD ($aad) | |
usesIV () | |
usesNonce () | |
getKeyLength () | |
getBlockLength () | |
getBlockLengthInBytes () | |
setKeyLength ($length) | |
setKey ($key) | |
setPassword ($password, $method='pbkdf2',... $func_args) | |
encrypt ($plaintext) | |
decrypt ($ciphertext) | |
getTag ($length=16) | |
setTag ($tag) | |
enablePadding () | |
disablePadding () | |
enableContinuousBuffer () | |
disableContinuousBuffer () | |
isValidEngine ($engine) | |
setPreferredEngine ($engine) | |
getEngine () | |
getMode () | |
setBlockLength | ( | $length | ) |
Dummy function
Since extends , this function is, technically, available, but it doesn't do anything.
int | $length |
setKey | ( | $key | ) |
Sets the key.
Rijndael supports five different key lengths, AES only supports three.
string | $key |
Références SymmetricKey\$key.
setKeyLength | ( | $length | ) |
Sets the key length
Valid key lengths are 128, 192, and 256. Set the link to bool(false) to disable a fixed key length
int | $length |