pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\MAC\MD5\Len96 Class Reference
+ Inheritance diagram for fpoirotte\Pssht\MAC\MD5\Len96:

Static Public Member Functions

static getBaseClass ()
 
- Static Public Member Functions inherited from fpoirotte\Pssht\MAC\Base96
static getKeySize ()
 
static getName ()
 Return the name of the algorithm.
 
static getSize ()
 
static isAvailable ()
 

Additional Inherited Members

- Public Member Functions inherited from fpoirotte\Pssht\MAC\Base96
 __construct ($key)
 
 compute ($seqno, $data)
 
- Protected Attributes inherited from fpoirotte\Pssht\MAC\Base96
 $subhash
 Subhash performing the real MAC operation.
 

Detailed Description

MAC generation using a truncated MD5 hash.

Definition at line 17 of file Len96.php.

Member Function Documentation

static fpoirotte\Pssht\MAC\MD5\Len96::getBaseClass ( )
static

Return the name of the class wrapped by this method and implementing the real MAC algorithm to use.

Return values
stringName of a base class to use to generate MACs.
Note
The base class returned by this method must implement the fpoirotte::Pssht::MAC::MACInterface interface.

Implements fpoirotte\Pssht\MAC\Base96Interface.

Definition at line 19 of file Len96.php.


The documentation for this class was generated from the following file: