/**
  * 	private constructor to prevent direct creation
  * @Constructor
  * @access private
  * @return \EE_Encryption
  */
 private function __construct()
 {
     define('ESPRESSO_ENCRYPT', TRUE);
     if (!function_exists('mcrypt_encrypt')) {
         self::$_use_mcrypt = FALSE;
     }
 }