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

Champs de données

const BUFFER_SIZE = 8192
 

Fonctions membres protégées statiques

static box_encrypt ($ifp, $ofp, $mlen, $nonce, $boxKeypair)
 
static box_decrypt ($ifp, $ofp, $mlen, $nonce, $boxKeypair)
 
- Fonctions membres protégées statiques hérités de ParagonIE_Sodium_Core_Util
static hash_update (&$hs, $data)
 

Fonctions membres privées statiques

static ftell ($resource)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de ParagonIE_Sodium_Core_Util
static compare ($left, $right, $len=null)
 
static declareScalarType (&$mixedVar=null, $type='void', $argumentIndex=0)
 
static intToChr ($int)
 
static memcmp ($left, $right)
 
static strlen ($str)
 
static substr ($str, $start=0, $length=null)
 
static verify_16 ($a, $b)
 
static verify_32 ($a, $b)
 
static xorStrings ($a, $b)
 

Description détaillée

Documentation des fonctions membres

◆ box_decrypt()

static box_decrypt (   $ifp,
  $ofp,
  $mlen,
  $nonce,
  $boxKeypair 
)
staticprotected

◆ box_encrypt()

static box_encrypt (   $ifp,
  $ofp,
  $mlen,
  $nonce,
  $boxKeypair 
)
staticprotected

◆ ftell()

static ftell (   $resource)
staticprivate
Paramètres
resource$resource
Renvoie
int
Exceptions
SodiumException

Références $return.

Documentation des champs

◆ BUFFER_SIZE

const BUFFER_SIZE = 8192

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