pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\Encryption\CBC\AES128 Class Reference
+ Inheritance diagram for fpoirotte\Pssht\Encryption\CBC\AES128:

Static Public Member Functions

static getKeySize ()
 
- Static Public Member Functions inherited from fpoirotte\Pssht\Encryption\CBC\AES256
static getAlgorithm ()
 
static getKeySize ()
 
- Static Public Member Functions inherited from fpoirotte\Pssht\Encryption\Base
static getAlgorithm ()
 
static getBlockSize ()
 
static getIVSize ()
 
static getMode ()
 
static getName ()
 Return the name of the algorithm.
 
static isAvailable ()
 

Additional Inherited Members

- Public Member Functions inherited from fpoirotte\Pssht\Encryption\Base
 __construct ($iv, $key)
 
 decrypt ($seqno, $data)
 
 encrypt ($seqno, $data)
 
- Protected Attributes inherited from fpoirotte\Pssht\Encryption\Base
 $mcrypt
 mcrypt handle for the cipher.
 

Detailed Description

AES cipher in CBC mode with a 128-bit key (RECOMMENDED in RFC 4253).

Definition at line 18 of file AES128.php.

Member Function Documentation

static fpoirotte\Pssht\Encryption\CBC\AES128::getKeySize ( )
static

Get the algorithm's key size.

Return values
intKey size (in bytes).

Implements fpoirotte\Pssht\Encryption\EncryptionInterface.

Definition at line 20 of file AES128.php.


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