PHP Class Horde_Crypt_Blowfish_Php, horde

Author: Matthew Fonda ([email protected])
Author: Philippe Jausions ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Crypt_Blowfish_Base
Mostra file Open project: horde/horde

Protected Properties

Property Type Description
$_ob Horde_Crypt_Blowfish_Php_Base Subclass object.

Public Methods

Method Description
decrypt ( $text )
encrypt ( $text )

Protected Methods

Method Description
_init ( ) Initialize the subclass.

Method Details

_init() protected method

Initialize the subclass.
protected _init ( )

decrypt() public method

public decrypt ( $text )

encrypt() public method

public encrypt ( $text )

Property Details

$_ob protected_oe property

Subclass object.
protected Horde_Crypt_Blowfish_Php_Base $_ob
return Horde_Crypt_Blowfish_Php_Base