Searched refs:NoSupportedAlgorithmsException (Results 1 – 2 of 2) sorted by relevance
21 class NoSupportedAlgorithmsException extends \RuntimeException class
68 use phpseclib3\Exception\NoSupportedAlgorithmsException; alias1579 …* @throws NoSupportedAlgorithmsException when none of the algorithms phpseclib has loaded are comp…1728 …throw new NoSupportedAlgorithmsException('No compatible server to client encryption algorithms fou…1734 …throw new NoSupportedAlgorithmsException('No compatible client to server encryption algorithms fou…1741 throw new NoSupportedAlgorithmsException('No compatible key exchange algorithms found');1747 … throw new NoSupportedAlgorithmsException('No compatible server host key algorithms found');1753 …throw new NoSupportedAlgorithmsException('No compatible client to server message authentication al…1759 …throw new NoSupportedAlgorithmsException('No compatible server to client message authentication al…1771 …throw new NoSupportedAlgorithmsException('No compatible server to client compression algorithms fo…1778 …throw new NoSupportedAlgorithmsException('No compatible client to server compression algorithms fo…[all …]