Net_SSH2::getEncryptionAlgorithmsServer2Client PHP Method

getEncryptionAlgorithmsServer2Client() public method

Return a list of the (symmetric key) encryption algorithms the server supports, when sending stuff to the client.
    function getEncryptionAlgorithmsServer2Client()
    {
        $this->_connect();
        return $this->encryption_algorithms_server_to_client;
    }