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
1585 …* @throws NoSupportedAlgorithmsException when none of the algorithms phpseclib has loaded are comp…
1733 …throw new NoSupportedAlgorithmsException('No compatible server to client encryption algorithms fou…
1739 …throw new NoSupportedAlgorithmsException('No compatible client to server encryption algorithms fou…
1746 throw new NoSupportedAlgorithmsException('No compatible key exchange algorithms found');
1752 … throw new NoSupportedAlgorithmsException('No compatible server host key algorithms found');
1758 …throw new NoSupportedAlgorithmsException('No compatible client to server message authentication al…
1764 …throw new NoSupportedAlgorithmsException('No compatible server to client message authentication al…
1776 …throw new NoSupportedAlgorithmsException('No compatible server to client compression algorithms fo…
1783 …throw new NoSupportedAlgorithmsException('No compatible client to server compression algorithms fo…
[all …]