Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de l'interface JCryptCipher
+ Graphe d'héritage de JCryptCipher:

Liste de tous les membres

Fonctions membres publiques

 decrypt ($data, JCryptKey $key)
 encrypt ($data, JCryptKey $key)
 generateKey (array $options=array())

Documentation des fonctions membres

JCryptCipher::decrypt (   $data,
JCryptKey  $key 
)

Method to decrypt a data string.

Paramètres:
string$dataThe encrypted string to decrypt.
JCryptKey$keyThe key[/pair] object to use for decryption.
Renvoie:
string The decrypted data string.
Depuis:
12.1

Implémenté dans JCryptCipherSimple.

JCryptCipher::encrypt (   $data,
JCryptKey  $key 
)

Method to encrypt a data string.

Paramètres:
string$dataThe data string to encrypt.
JCryptKey$keyThe key[/pair] object to use for encryption.
Renvoie:
string The encrypted data string.
Depuis:
12.1

Implémenté dans JCryptCipherSimple.

JCryptCipher::generateKey ( array  $options = array())

Method to generate a new encryption key[/pair] object.

Paramètres:
array$optionsKey generation options.
Renvoie:
JCryptKey
Depuis:
12.1

Implémenté dans JCryptCipherSimple.


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