Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DNoSupportedAlgorithmsException.php24 class NoSupportedAlgorithmsException extends \RuntimeException class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php69 use phpseclib3\Exception\NoSupportedAlgorithmsException; alias
1684 …throw new NoSupportedAlgorithmsException('No compatible server to client encryption algorithms fou…
1691 …throw new NoSupportedAlgorithmsException('No compatible client to server encryption algorithms fou…
1698 throw new NoSupportedAlgorithmsException('No compatible key exchange algorithms found');
1704 … throw new NoSupportedAlgorithmsException('No compatible server host key algorithms found');
1710 …throw new NoSupportedAlgorithmsException('No compatible client to server message authentication al…
1716 …throw new NoSupportedAlgorithmsException('No compatible server to client message authentication al…
1728 …throw new NoSupportedAlgorithmsException('No compatible server to client compression algorithms fo…
1735 …throw new NoSupportedAlgorithmsException('No compatible client to server compression algorithms fo…
5105 throw new NoSupportedAlgorithmsException('Unsupported signature format');