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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de l'interface AKEncryptionAESAdapterInterface
+ Graphe d'héritage de AKEncryptionAESAdapterInterface:

Fonctions membres publiques

 decrypt ($plainText, $key)
 
 getBlockSize ()
 
 isSupported ()
 

Description détaillée

Interface for AES encryption adapters

Documentation des fonctions membres

◆ decrypt()

decrypt (   $plainText,
  $key 
)

Decrypts a string. Returns the raw binary ciphertext, zero-padded.

Paramètres
string$plainTextThe plaintext to encrypt
string$keyThe raw binary key (will be zero-padded or chopped if its size is different than the block size)
Renvoie
string The raw encrypted binary string.

Implémenté dans OpenSSL, et Mcrypt.

◆ getBlockSize()

getBlockSize ( )

Returns the encryption block size in bytes

Renvoie
int

Implémenté dans OpenSSL, et Mcrypt.

◆ isSupported()

isSupported ( )

Is this adapter supported?

Renvoie
bool

Implémenté dans OpenSSL, et Mcrypt.


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