ADODB_Encrypt_MCrypt Class Reference

List of all members.

Public Member Functions

 getCipher ()
 setCipher ($cipher)
 getMode ()
 setMode ($mode)
 getSource ()
 setSource ($source)
 ADODB_Encrypt_MCrypt ($cipher=null, $mode=null, $source=null)
 write ($data, $key)
 read ($data, $key)

Public Attributes

 $_cipher
 $_mode
 $_source


Detailed Description

Definition at line 21 of file adodb-encrypt-mcrypt.php.


Member Function Documentation

ADODB_Encrypt_MCrypt.getCipher (  ) 

Definition at line 36 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.setCipher ( cipher  ) 

Definition at line 42 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.getMode (  ) 

Definition at line 48 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.setMode ( mode  ) 

Definition at line 54 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.getSource (  ) 

Definition at line 60 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.setSource ( source  ) 

Definition at line 66 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.ADODB_Encrypt_MCrypt ( cipher = null,
mode = null,
source = null 
)

Definition at line 72 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.write ( data,
key 
)

Definition at line 90 of file adodb-encrypt-mcrypt.php.

References $key.

ADODB_Encrypt_MCrypt.read ( data,
key 
)

Definition at line 98 of file adodb-encrypt-mcrypt.php.

References $key.


Member Data Documentation

ADODB_Encrypt_MCrypt.$_cipher

Definition at line 24 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.$_mode

Definition at line 28 of file adodb-encrypt-mcrypt.php.

ADODB_Encrypt_MCrypt.$_source

Definition at line 32 of file adodb-encrypt-mcrypt.php.


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen