Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($mode) | |
setKeyLength ($length) | |
setKey ($key) | |
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 () | |
Fonctions membres protégées | |
setupKey () | |
encryptBlock ($in) | |
decryptBlock ($in) | |
setupInlineCrypt () | |
Fonctions membres protégées hérités de SymmetricKey | |
getIV ($iv) | |
openssl_translate_mode () | |
isValidEngineHelper ($engine) | |
setEngine () | |
encryptBlock ($in) | |
decryptBlock ($in) | |
setupKey () | |
setup () | |
pad ($text) | |
unpad ($text) | |
createInlineCryptFunction ($cipher_code) | |
poly1305 ($text) | |
Attributs protégés | |
$cipher_name_mcrypt = 'twofish' | |
$cfb_init_len = 800 | |
$key_length = 16 | |
Attributs protégés hérités de SymmetricKey | |
$mode | |
$block_size = 16 | |
$key = false | |
$iv = false | |
$encryptIV | |
$decryptIV | |
$continuousBuffer = false | |
$enbuffer | |
$debuffer | |
$cfb_init_len = 600 | |
$changed = true | |
$nonIVChanged = true | |
$engine | |
$cipher_name_mcrypt | |
$cipher_name_openssl | |
$cipher_name_openssl_ecb | |
$inline_crypt | |
$explicit_key_length = false | |
$aad = '' | |
$newtag = false | |
$oldtag = false | |
$poly1305Key | |
$usePoly1305 = false | |
$nonce = false | |
Fonctions membres privées | |
mdsrem ($A, $B) | |
Attributs privés | |
$K = [] | |
$S0 = [] | |
$S1 = [] | |
$S2 = [] | |
$S3 = [] | |
$kl | |
Attributs privés statiques | |
static | $q0 |
static | $q1 |
static | $m0 |
static | $m1 |
static | $m2 |
static | $m3 |
Membres hérités additionnels | |
Champs de données hérités de SymmetricKey | |
const | MODE_CTR = -1 |
const | MODE_ECB = 1 |
const | MODE_CBC = 2 |
const | MODE_CFB = 3 |
const | MODE_CFB8 = 7 |
const | MODE_OFB8 = 8 |
const | MODE_OFB = 4 |
const | MODE_GCM = 5 |
const | MODE_STREAM = 6 |
const | MODE_MAP |
const const | ENGINE_INTERNAL = 1 |
const | ENGINE_EVAL = 2 |
const | ENGINE_MCRYPT = 3 |
const | ENGINE_OPENSSL = 4 |
const | ENGINE_LIBSODIUM = 5 |
const | ENGINE_OPENSSL_GCM = 6 |
const | ENGINE_MAP |
Fonctions membres protégées statiques hérités de SymmetricKey | |
static | safe_intval ($x) |
static | safe_intval_inline () |
static | nullPad128 ($str) |
__construct | ( | $mode | ) |
Default Constructor.
string | $mode | public |
BadModeException | if an invalid / unsupported mode is provided |
Références SymmetricKey\$mode, et Symfony\Contracts\Service\__construct().
|
protected |
Decrypts a block
private
string | $in |
Références Twofish\$K, Twofish\$S0, Twofish\$S1, Twofish\$S2, et Twofish\$S3.
|
protected |
Encrypts a block
private
string | $in |
Références Twofish\$K, Twofish\$S0, Twofish\$S1, Twofish\$S2, et Twofish\$S3.
|
private |
_mdsrem function using by the twofish cipher algorithm
private
string | $A | |
string | $B |
Références $i.
Référencé par Twofish\setupKey().
setKey | ( | $key | ) |
Sets the key.
Rijndael supports five different key lengths
string | $key |
Références SymmetricKey\$key.
setKeyLength | ( | $length | ) |
Sets the key length.
Valid key lengths are 128, 192 or 256 bits
public
int | $length |
|
protected |
Setup the performance-optimized function for de/encrypt()
Références $i, Twofish\$K, et SymmetricKey\createInlineCryptFunction().
|
protected |
Setup the key (expansion)
Références $i, Twofish\$K, SymmetricKey\$key, Twofish\$m0, Twofish\$m1, Twofish\$m2, Twofish\$m3, Twofish\$q0, Twofish\$q1, Twofish\$S0, Twofish\$S1, Twofish\$S2, Twofish\$S3, et Twofish\mdsrem().
|
protected |
|
protected |
|
private |
Référencé par Twofish\decryptBlock(), Twofish\encryptBlock(), Twofish\setupInlineCrypt(), et Twofish\setupKey().
|
protected |
|
private |
|
staticprivate |
Référencé par Twofish\setupKey().
|
staticprivate |
Référencé par Twofish\setupKey().
|
staticprivate |
Référencé par Twofish\setupKey().
|
staticprivate |
Référencé par Twofish\setupKey().
|
staticprivate |
Référencé par Twofish\setupKey().
|
staticprivate |
Référencé par Twofish\setupKey().
|
private |
Référencé par Twofish\decryptBlock(), Twofish\encryptBlock(), et Twofish\setupKey().
|
private |
Référencé par Twofish\decryptBlock(), Twofish\encryptBlock(), et Twofish\setupKey().
|
private |
Référencé par Twofish\decryptBlock(), Twofish\encryptBlock(), et Twofish\setupKey().
|
private |
Référencé par Twofish\decryptBlock(), Twofish\encryptBlock(), et Twofish\setupKey().