pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\MAC\Base96Interface Interface Reference
+ Inheritance diagram for fpoirotte\Pssht\MAC\Base96Interface:

Static Public Member Functions

static getBaseClass ()
 

Detailed Description

Interface for MAC algorithms where the output is truncated after 96 bits.

Definition at line 18 of file Base96Interface.php.

Member Function Documentation

static fpoirotte\Pssht\MAC\Base96Interface::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.

Implemented in fpoirotte\Pssht\MAC\MD5\Len96, and fpoirotte\Pssht\MAC\SHA1\Len96.


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