[ ]
[ ]
[ ]
Element index for package Encryption
[
d ]
[
e ]
[
g ]
[
i ]
[
m ]
[
p ]
[
s ]
[
t ]
[
_ ]
'_'
- $_cipher
- in file Encryption.class.php, variable Gumbo_Encryption::$_cipher
- $_data
- in file Encryption.class.php, variable Gumbo_Encryption::$_data
- $_encode
- in file Encryption.class.php, variable Gumbo_Encryption::$_encode
- $_key
- in file Encryption.class.php, variable Gumbo_Encryption::$_key
- $_mode
- in file Encryption.class.php, variable Gumbo_Encryption::$_mode
- $_raw
- in file Encryption.class.php, variable Gumbo_Encryption::$_raw
- __construct
- in file Decrypt.class.php, method Gumbo_Decrypt::__construct()
Constructor
- __construct
- in file Encrypt.class.php, method Gumbo_Encrypt::__construct()
Constructor
top
'd'
- Decrypt.class.php
- procedural page Decrypt.class.php
top
'e'
- Encrypt.class.php
- procedural page Encrypt.class.php
- Encryption.class.php
- procedural page Encryption.class.php
top
'g'
- getCipher
- in file Encryption.class.php, method Gumbo_Encryption::getCipher()
Returns the cipher
- getData
- in file Encryption.class.php, method Gumbo_Encryption::getData()
Returns the encrypted/decrypted data
- getKey
- in file Encryption.class.php, method Gumbo_Encryption::getKey()
Returns the key
- getMode
- in file Encryption.class.php, method Gumbo_Encryption::getMode()
Returns the encryption mode
- Gumbo_Decrypt
- in file Decrypt.class.php, class Gumbo_Decrypt
Decrypt Class
- Gumbo_Encrypt
- in file Encrypt.class.php, class Gumbo_Encrypt
Encrypt Class
- Gumbo_Encryption
- in file Encryption.class.php, class Gumbo_Encryption
Abstract Encryption Class
top
'i'
- isRaw
- in file Encryption.class.php, method Gumbo_Encryption::isRaw()
Returns if the data is raw
top
'm'
- md5
- in file Encrypt.class.php, method Gumbo_Encrypt::md5()
Returns an md5 encrypted string
top
'p'
- parse
- in file Encryption.class.php, method Gumbo_Encryption::parse()
Parses the data into an encrypted/decrypted format
- parse
- in file Encrypt.class.php, method Gumbo_Encrypt::parse()
Parses the data by encryption
- parse
- in file Decrypt.class.php, method Gumbo_Decrypt::parse()
Parses the data by decryption
top
's'
- setCipher
- in file Encryption.class.php, method Gumbo_Encryption::setCipher()
Sets the cipher
- setData
- in file Encryption.class.php, method Gumbo_Encryption::setData()
Sets the data to be encrypted/decrypted
- setEncode
- in file Encryption.class.php, method Gumbo_Encryption::setEncode()
Sets if the text should be encoded
- setKey
- in file Encryption.class.php, method Gumbo_Encryption::setKey()
Sets the key value
- setMode
- in file Encryption.class.php, method Gumbo_Encryption::setMode()
Sets the mode of encryption
- setRaw
- in file Encryption.class.php, method Gumbo_Encryption::setRaw()
Sets if the data is Raw, or encrypted/decrypted
- sha1
- in file Encrypt.class.php, method Gumbo_Encrypt::sha1()
Returns an sha1 encrypted string
top
't'
- toEncode
- in file Encryption.class.php, method Gumbo_Encryption::toEncode()
Returns if the text should be encoded
top