pssht
latest
SSH server library written in PHP
Main Page
Classes
Files
File List
KEXInterface.php
1
<?php
2
3
/*
4
* This file is part of pssht.
5
*
6
* (c) François Poirotte <clicky@erebot.net>
7
*
8
* For the full copyright and license information, please view the LICENSE
9
* file that was distributed with this source code.
10
*/
11
12
namespace
fpoirotte\Pssht\KEX
;
13
17
interface
KEXInterface
extends
\fpoirotte\Pssht\Algorithms\AlgorithmInterface
18
{
28
public
function
hash
($data);
29
30
public
static
function
addHandlers(\
fpoirotte
\Pssht\
Transport
$transport);
31
}
fpoirotte\Pssht\KEX\KEXInterface
Definition:
KEXInterface.php:17
fpoirotte\Pssht\KEX
Definition:
DHGroup14SHA1.php:12
fpoirotte\Pssht\Transport
Definition:
Transport.php:19
fpoirotte\Pssht\KEX\KEXInterface\hash
hash($data)
fpoirotte
src
KEX
KEXInterface.php
Generated on Tue May 9 2017 12:09:56 for pssht by
1.8.11