_get_params($params); } // -------------------------------------------------------------------- /** * get_key() * * Allows checking for key changes. */ public function get_key() { return $this->_key; } // -------------------------------------------------------------------- /** * __driver_get_handle() * * Allows checking for _mcrypt_get_handle(), _openssl_get_handle() */ public function __driver_get_handle($driver, $cipher, $mode) { return $this->{'_'.$driver.'_get_handle'}($cipher, $mode); } }