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é
|
Fonctions membres publiques | |
__construct ($key, $nonce=null) | |
counterReset () | |
getKey () | |
getCounter () | |
getNonce () | |
getCombinedNonce () | |
incrementCounter () | |
needsRekey () | |
rekey ($newKeyAndNonce) | |
xorNonce ($str) | |
toString () | |
Fonctions membres publiques statiques | |
static | fromString ($string) |
Attributs protégés | |
$key | |
$counter | |
$nonce | |
$_pad | |
__construct | ( | $key, | |
$nonce = null |
|||
) |
ParagonIE_Sodium_Core32_SecretStream_State constructor.
string | $key | |
string | null | $nonce |
counterReset | ( | ) |
|
static |
string | $string |
Références $state, et ParagonIE_Sodium_Core_Util\substr().
Référencé par ParagonIE_Sodium_Crypto32\secretstream_xchacha20poly1305_rekey().
getCombinedNonce | ( | ) |
Références getCounter(), getNonce(), et ParagonIE_Sodium_Core_Util\substr().
getCounter | ( | ) |
Référencé par getCombinedNonce(), et toString().
getKey | ( | ) |
Références $key.
getNonce | ( | ) |
Références $nonce, et ParagonIE_Sodium_Core_Util\strlen().
Référencé par getCombinedNonce(), et xorNonce().
incrementCounter | ( | ) |
Références $counter.
needsRekey | ( | ) |
rekey | ( | $newKeyAndNonce | ) |
toString | ( | ) |
Références $_pad, et getCounter().
xorNonce | ( | $str | ) |
string | $str |
Références getNonce(), ParagonIE_Sodium_Core_Util\substr(), et ParagonIE_Sodium_Core_Util\xorStrings().
|
protected |
Référencé par toString().
|
protected |
Référencé par incrementCounter().
|
protected |
Référencé par __construct(), et getKey().
|
protected |
Référencé par __construct(), et getNonce().