Public Member Functions | Data Fields | Protected Member Functions | Protected Attributes

cryptService Class Reference

Public Member Functions

 __construct (&$xmlArr)
 encrypt ($data, $key=null)
 decrypt ($data, $key=null)

Data Fields

 $m_Algorithm
 $m_OperationMode

Protected Member Functions

 readMetadata (&$xmlArr)

Protected Attributes

 $m_DefaultKey

Detailed Description

Definition at line 18 of file cryptService.php.


Constructor & Destructor Documentation

__construct ( &$  xmlArr )

Initialize auditService with xml array metadata

Parameters:
array$xmlArr
Returns:
void

Definition at line 30 of file cryptService.php.

Here is the call graph for this function:


Member Function Documentation

readMetadata ( &$  xmlArr ) [protected]

Read array meta data, and store to meta object

Parameters:
array$xmlArr
Returns:
void

Definition at line 41 of file cryptService.php.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: