Auth_SASL2
[ class tree: Auth_SASL2 ] [ index: Auth_SASL2 ] [ all elements ]

Class: Auth_SASL2_Common

Source Location: /Auth_SASL2-0.1.0/Auth/SASL2/Common.php

Class Overview


Common functionality to SASL mechanisms


Author(s):

Version:

  • 1.0

Methods


Child classes:

Auth_SASL2_Login
Common functionality to SASL mechanisms
Auth_SASL2_External
Common functionality to SASL mechanisms
Auth_SASL2_DigestMD5
Common functionality to SASL mechanisms
Auth_SASL2_Anonymous
Common functionality to SASL mechanisms
Auth_SASL2_SCRAM
Common functionality to SASL mechanisms
Auth_SASL2_Plain
Common functionality to SASL mechanisms
Auth_SASL2_CramMD5
Common functionality to SASL mechanisms

Inherited Variables

Inherited Methods


Class Details

[line 46]
Common functionality to SASL mechanisms


[ Top ]


Method Detail

_HMAC_SHA1   [line 86]

string _HMAC_SHA1( string $key, string $data, [bool $raw_output = FALSE])

Function which implements HMAC-SHA-1 digest

Parameters:

string   $key   —  The secret key
string   $data   —  The data to hash
bool   $raw_output   —  Whether the digest is returned in binary or hexadecimal format.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:48:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.