pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getKeySize () |
static | getName () |
Return the name of the algorithm. | |
![]() | |
static | getBlockSize () |
static | getIVSize () |
static | getKeySize () |
static | getName () |
Return the name of the algorithm. | |
static | getSize () |
static | isAvailable () |
Additional Inherited Members | |
![]() | |
__construct ($iv, $key) | |
decrypt ($seqno, $data) | |
encrypt ($seqno, $data) | |
![]() | |
$gcm | |
Underlying GCM implementation. | |
$iv | |
Initialization vector. | |
AES-GCM with a 256-bit key.
Definition at line 17 of file AES256GCM.php.
|
static |
Get the algorithm's key size.
int | Key size (in bytes). |
Implements fpoirotte\Pssht\Encryption\EncryptionInterface.
Definition at line 24 of file AES256GCM.php.