Home
last modified time | relevance | path

Searched refs:UnsupportedOperationException (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DUnsupportedOperationException.php21 class UnsupportedOperationException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php32 use phpseclib3\Exception\UnsupportedOperationException; alias
377 throw new UnsupportedOperationException('DH does not use a hash algorithm');
386 throw new UnsupportedOperationException('DH does not use a hash algorithm');
H A DEC.php44 use phpseclib3\Exception\UnsupportedOperationException; alias
390 … throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures');
455 … throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php24 use phpseclib3\Exception\UnsupportedOperationException; alias
95 … throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures');
278 …throw new UnsupportedOperationException("$format::save() has $paramCount parameters - the only val…
H A DPublicKey.php23 use phpseclib3\Exception\UnsupportedOperationException; alias
46 … throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures');