API Documentation

Crypt.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Crypt
version
$Id: Crypt.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Crypt

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Crypt

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Crypt
Constants
TYPE_OPENSSL
TYPE_HASH
TYPE_MHASH
Properties
$_type
$_supportedAlgosOpenssl
$_supportedAlgosMhash
Methods
hash
_detectHashSupport
_digestHash
_digestMhash
_digestOpenssl

Description

Constants

TYPE_OPENSSL

 TYPE_OPENSSL = 'openssl'

Details

value
openssl

TYPE_HASH

 TYPE_HASH = 'hash'

Details

value
hash

TYPE_MHASH

 TYPE_MHASH = 'mhash'

Details

value
mhash

Properties

$_supportedAlgosMhash

array $_supportedAlgosMhash = 'array'

Details

$_supportedAlgosMhash
array
visibility
protected
default
array
final
false
static
true

$_supportedAlgosOpenssl

array $_supportedAlgosOpenssl = 'array'

Details

$_supportedAlgosOpenssl
array
visibility
protected
default
array
final
false
static
true

$_type

 $_type = 'null'

Details

visibility
protected
default
null
final
false
static
true

Methods

_detectHashSupport

_detectHashSupport( string $algorithm ) :

Arguments
$algorithm
string
Details
visibility
protected
final
false
static
true
throws

_digestHash

_digestHash( string $algorithm, string $data, bool $binaryOutput ) : string

Arguments
$algorithm
string
$data
string
$binaryOutput
bool
Output
string
Details
visibility
protected
final
false
static
true

_digestMhash

_digestMhash( string $algorithm, string $data, bool $binaryOutput ) : string

Arguments
$algorithm
string
$data
string
$binaryOutput
bool
Output
string
Details
visibility
protected
final
false
static
true

_digestOpenssl

_digestOpenssl( string $algorithm, string $data, bool $binaryOutput ) : string

Arguments
$algorithm
string
$data
string
$binaryOutput
bool
Output
string
Details
visibility
protected
final
false
static
true

hash

hash( string $algorithm, string $data, bool $binaryOutput = false ) : unknown

Arguments
$algorithm
string
$data
string
$binaryOutput
bool
Output
unknown
Details
visibility
public
final
false
static
true
Documentation was generated by DocBlox.