\Horde_Core_Secret

Wrap the base class in order to use a single secret key when authenticated to Horde, to reduce complexity and minimze cookie size.

Horde_Secret should only be used to encrypt data within the current session. To encrypt data generally, directly use an encryption library since how data is stored in a session may change without warning between versions.

Summary

Methods
Properties
Constants
setKey()
getKey()
clearKey()
No public properties found
HORDE_KEYNAME
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

HORDE_KEYNAME

HORDE_KEYNAME

Methods

setKey()

setKey(  $keyname = self::DEFAULT_KEY) 

Parameters

$keyname

getKey()

getKey(  $keyname = self::DEFAULT_KEY) 

Parameters

$keyname

clearKey()

clearKey(  $keyname = self::DEFAULT_KEY) 

Parameters

$keyname