Home
last modified time | relevance | path

Searched refs:NoSupportedAlgorithmsException (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DNoSupportedAlgorithmsException.php21 class NoSupportedAlgorithmsException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php68 use phpseclib3\Exception\NoSupportedAlgorithmsException; alias
1579 …* @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 …]