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

Static Public Member Functions

static getKeySize ()
 
static getName ()
 Return the name of the algorithm.
 
- Static Public Member Functions inherited from fpoirotte\Pssht\Encryption\OpensshCom\AES128GCM
static getBlockSize ()
 
static getIVSize ()
 
static getKeySize ()
 
static getName ()
 Return the name of the algorithm.
 
static getSize ()
 
static isAvailable ()
 

Additional Inherited Members

- Public Member Functions inherited from fpoirotte\Pssht\Encryption\OpensshCom\AES128GCM
 __construct ($iv, $key)
 
 decrypt ($seqno, $data)
 
 encrypt ($seqno, $data)
 
- Protected Attributes inherited from fpoirotte\Pssht\Encryption\OpensshCom\AES128GCM
 $gcm
 Underlying GCM implementation.
 
 $iv
 Initialization vector.
 

Detailed Description

AES-GCM with a 256-bit key.

Definition at line 17 of file AES256GCM.php.

Member Function Documentation

static fpoirotte\Pssht\Encryption\OpensshCom\AES256GCM::getKeySize ( )
static

Get the algorithm's key size.

Return values
intKey size (in bytes).

Implements fpoirotte\Pssht\Encryption\EncryptionInterface.

Definition at line 24 of file AES256GCM.php.


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