pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | isAvailable () |
Interface for an algorithm whose availability is constrained by external factors.
Definition at line 18 of file AvailabilityInterface.php.
|
static |
Determine whether the algorithm is available.
bool | true if the algorithm is available, false otherwise. |
Implemented in fpoirotte\Pssht\Encryption\OpensshCom\AES128GCM, fpoirotte\Pssht\Key\SSH\ED25519, fpoirotte\Pssht\Compression\Zlib, fpoirotte\Pssht\MAC\Base96, fpoirotte\Pssht\MAC\Base, fpoirotte\Pssht\Encryption\Base, fpoirotte\Pssht\KEX\ECDH\Base, and fpoirotte\Pssht\MAC\OpensshCom\UMAC\Base.