Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe AbstractAES
+ Graphe d'héritage de AbstractAES:

Fonctions membres publiques

 resizeKey ($key, $size)
 

Fonctions membres protégées

 getZeroPadding ($string, $blockSize)
 

Description détaillée

Abstract AES encryption class

Depuis
4.0.0

Documentation des fonctions membres

◆ getZeroPadding()

getZeroPadding (   $string,
  $blockSize 
)
protected

Returns null bytes to append to the string so that it's zero padded to the specified block size

Paramètres
string$stringThe binary string which will be zero padded
int$blockSizeThe block size
Renvoie
string The zero bytes to append to the string to zero pad it to $blockSize

◆ resizeKey()

resizeKey (   $key,
  $size 
)

Trims or zero-pads a key / IV

Paramètres
string$keyThe key or IV to treat
int$sizeThe block size of the currently used algorithm
Renvoie
null|string Null if $key is null, treated string of $size byte length otherwise

Références $key, $size, et null.


La documentation de cette classe a été générée à partir du fichier suivant :