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

Fonctions membres publiques

 __construct ($mode)
 
 setKeyLength ($length)
 
- Fonctions membres publiques hérités de SymmetricKey
 __construct ($mode)
 
 setIV ($iv)
 
 enablePoly1305 ()
 
 setPoly1305Key ($key=null)
 
 setNonce ($nonce)
 
 setAAD ($aad)
 
 usesIV ()
 
 usesNonce ()
 
 getKeyLength ()
 
 getBlockLength ()
 
 getBlockLengthInBytes ()
 
 setKeyLength ($length)
 
 setKey ($key)
 
 setPassword ($password, $method='pbkdf2',... $func_args)
 
 encrypt ($plaintext)
 
 decrypt ($ciphertext)
 
 getTag ($length=16)
 
 setTag ($tag)
 
 enablePadding ()
 
 disablePadding ()
 
 enableContinuousBuffer ()
 
 disableContinuousBuffer ()
 
 isValidEngine ($engine)
 
 setPreferredEngine ($engine)
 
 getEngine ()
 
 getMode ()
 

Fonctions membres protégées

 isValidEngineHelper ($engine)
 
 setupKey ()
 
 encryptBlock ($in)
 
 decryptBlock ($in)
 
 setupInlineCrypt ()
 
- Fonctions membres protégées hérités de SymmetricKey
 getIV ($iv)
 
 openssl_translate_mode ()
 
 isValidEngineHelper ($engine)
 
 setEngine ()
 
 encryptBlock ($in)
 
 decryptBlock ($in)
 
 setupKey ()
 
 setup ()
 
 pad ($text)
 
 unpad ($text)
 
 createInlineCryptFunction ($cipher_code)
 
 poly1305 ($text)
 

Attributs protégés

 $block_size = 8
 
 $cipher_name_mcrypt = 'blowfish'
 
 $cfb_init_len = 500
 
 $key_length = 16
 
- Attributs protégés hérités de SymmetricKey
 $mode
 
 $block_size = 16
 
 $key = false
 
 $iv = false
 
 $encryptIV
 
 $decryptIV
 
 $continuousBuffer = false
 
 $enbuffer
 
 $debuffer
 
 $cfb_init_len = 600
 
 $changed = true
 
 $nonIVChanged = true
 
 $engine
 
 $cipher_name_mcrypt
 
 $cipher_name_openssl
 
 $cipher_name_openssl_ecb
 
 $inline_crypt
 
 $explicit_key_length = false
 
 $aad = ''
 
 $newtag = false
 
 $oldtag = false
 
 $poly1305Key
 
 $usePoly1305 = false
 
 $nonce = false
 

Attributs privés

 $bctx
 
 $kl
 

Attributs privés statiques

static $sbox0
 
static $sbox1
 
static $sbox2
 
static $sbox3
 
static $parray
 

Membres hérités additionnels

- Champs de données hérités de SymmetricKey
const MODE_CTR = -1
 
const MODE_ECB = 1
 
const MODE_CBC = 2
 
const MODE_CFB = 3
 
const MODE_CFB8 = 7
 
const MODE_OFB8 = 8
 
const MODE_OFB = 4
 
const MODE_GCM = 5
 
const MODE_STREAM = 6
 
const MODE_MAP
 
const const ENGINE_INTERNAL = 1
 
const ENGINE_EVAL = 2
 
const ENGINE_MCRYPT = 3
 
const ENGINE_OPENSSL = 4
 
const ENGINE_LIBSODIUM = 5
 
const ENGINE_OPENSSL_GCM = 6
 
const ENGINE_MAP
 
- Fonctions membres protégées statiques hérités de SymmetricKey
static safe_intval ($x)
 
static safe_intval_inline ()
 
static nullPad128 ($str)
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $mode)

Default Constructor.

Paramètres
string$modepublic
Exceptions

Références SymmetricKey\$mode, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ decryptBlock()

decryptBlock (   $in)
protected

Decrypts a block

private

Paramètres
string$in
Renvoie
string

Références $i, et $r.

◆ encryptBlock()

encryptBlock (   $in)
protected

Encrypts a block

private

Paramètres
string$in
Renvoie
string

Références $i, et $r.

Référencé par Blowfish\setupKey().

◆ isValidEngineHelper()

isValidEngineHelper (   $engine)
protected

Test for engine validity

This is mainly just a wrapper to set things up for ::isValidEngine()

Voir également
::isValidEngine()
Paramètres
int$engineprotected
Renvoie
bool

Références SymmetricKey\$engine, et SymmetricKey\openssl_translate_mode().

◆ setKeyLength()

setKeyLength (   $length)

Sets the key length.

Key lengths can be between 32 and 448 bits.

public

Paramètres
int$length

◆ setupInlineCrypt()

setupInlineCrypt ( )
protected

Setup the performance-optimized function for de/encrypt()

Voir également
::_setupInlineCrypt() private

Références $i, et SymmetricKey\createInlineCryptFunction().

◆ setupKey()

setupKey ( )
protected

Setup the key (expansion)

Voir également
::_setupKey() private

Références $data, $i, SymmetricKey\$key, $r, et Blowfish\encryptBlock().

Documentation des champs

◆ $bctx

$bctx
private

◆ $block_size

$block_size = 8
protected

◆ $cfb_init_len

$cfb_init_len = 500
protected

◆ $cipher_name_mcrypt

$cipher_name_mcrypt = 'blowfish'
protected

◆ $key_length

$key_length = 16
protected

The Key Length (in bytes) {

◆ $kl

$kl
private

◆ $parray

$parray
staticprivate
Valeur initiale :
= [
0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, 0xa4093822, 0x299f31d0,
0x082efa98, 0xec4e6c89, 0x452821e6, 0x38d01377, 0xbe5466cf, 0x34e90c6c,
0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5, 0xb5470917, 0x9216d5d9, 0x8979fb1b
]

◆ $sbox0

$sbox0
staticprivate

◆ $sbox1

$sbox1
staticprivate

◆ $sbox2

$sbox2
staticprivate

◆ $sbox3

$sbox3
staticprivate

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