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

Static Public Member Functions

static getMode ()
 
static getName ()
 Return the name of the algorithm.
 
- 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 256-bit key (alias for "aes256-cbc").

Definition at line 18 of file Rijndael.php.

Member Function Documentation

static fpoirotte\Pssht\Encryption\OpensshCom\Rijndael::getMode ( )
static

Get the encryption/decryption mode.

Return values
stringName of the cipher encryption/decryption mode to use.
Warning
The return value of this method is the name of the cipher mode, ie. the value of one of the "MCRYPT_MODE_*" constants.

Implements fpoirotte\Pssht\Encryption\BaseInterface.

Definition at line 20 of file Rijndael.php.


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