Net_SSH2::getEncryptionAlgorithmsClient2Server PHP Method

getEncryptionAlgorithmsClient2Server() public method

Return a list of the (symmetric key) encryption algorithms the server supports, when receiving stuff from the client.
    function getEncryptionAlgorithmsClient2Server()
    {
        $this->_connect();
        return $this->encryption_algorithms_client_to_server;
    }