| [ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 126 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Net_IMSP_Auth_cram_md5:: (4 méthodes):
_authenticate()
_hmac()
logout()
getDriverType()
Classe: Net_IMSP_Auth_cram_md5 - X-Ref
The Net_IMSP_Auth_cram_md5 class for IMSP authentication.| _authenticate($params) X-Ref |
| Private authentication function. Provides actual authentication code. param: mixed $params Hash of IMSP parameters. return: mixed Net_IMSP object connected to server if successful, |
| _hmac($key, $data) X-Ref |
| RFC 2104 HMAC implementation. Eliminates the reliance on mhash. param: string $key The HMAC key. param: string $data The data to hash with the key. return: string The MD5 HMAC. |
| logout() X-Ref |
| Force a logout command to the imsp stream. |
| getDriverType() X-Ref |
| Return the driver type return: string the type of this IMSP_Auth driver |
| Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |