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

Index of all elements

[ b ] [ c ] [ e ] [ g ] [ ] [ s ]

b

BINARY
in file HMAC2.php, class constant Crypt_HMAC2::BINARY
top

c

Crypt_HMAC2
in file HMAC2.php, class Crypt_HMAC2
    Crypt_HMAC2 class
Crypt_HMAC2_Exception
in file Exception.php, class Crypt_HMAC2_Exception
    Crypt_HMAC2_Exception
top

e

Exception.php
procedural page Exception.php
top

g

generate_package_xml.php
procedural page generate_package_xml.php
getHashAlgorithm
in file HMAC2.php, method Crypt_HMAC2::getHashAlgorithm()
    Return the current hashing algorithm
getKey
in file HMAC2.php, method Crypt_HMAC2::getKey()
    Getter to return the currently set key
top

h

HMAC2.php
procedural page HMAC2.php
hash
in file HMAC2.php, method Crypt_HMAC2::hash()
    Perform HMAC and return the keyed data
top

s

setHashAlgorithm
in file HMAC2.php, method Crypt_HMAC2::setHashAlgorithm()
    Setter for the hash method. Supports md5() and sha1() functions, and if available the hashing algorithms supported by the hash() PHP5 function or the mhash extension.
setKey
in file HMAC2.php, method Crypt_HMAC2::setKey()
    Set the key to use when hashing
STRING
in file HMAC2.php, class constant Crypt_HMAC2::STRING
    Constants representing the output mode of the hash algorithm
top

_

$_hashAlgorithm
in file HMAC2.php, variable Crypt_HMAC2::$_hashAlgorithm
    Hashing algorithm; can be the md5/sha1 functions or any algorithm name listed in the output of PHP 5.1.2+ hash_algos().
$_hashPackFormats
in file HMAC2.php, variable Crypt_HMAC2::$_hashPackFormats
    List of hash pack formats for each hashing algorithm supported.
$_key
in file HMAC2.php, variable Crypt_HMAC2::$_key
    The key to use for the hash
$_packFormat
in file HMAC2.php, variable Crypt_HMAC2::$_packFormat
    pack() format to be used for current hashing method
$_supportedHashNativeFunctions
in file HMAC2.php, variable Crypt_HMAC2::$_supportedHashNativeFunctions
    Supported direct hashing functions in PHP
$_supportedMhashAlgorithms
in file HMAC2.php, variable Crypt_HMAC2::$_supportedMhashAlgorithms
    List of algorithms supported my mhash()
_digest
in file HMAC2.php, method Crypt_HMAC2::_digest()
    Digest method when using native functions which allows the selection of raw binary output.
_getMhashDefinition
in file HMAC2.php, method Crypt_HMAC2::_getMhashDefinition()
    Method of working around the inability to use mhash constants; this will locate the Constant value of any support Hashing algorithm named in the string parameter.
__construct
in file HMAC2.php, method Crypt_HMAC2::__construct()
    Constructor; optionally set Key and Hash at this point
top

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