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.php36 use phpseclib3\Exception\UnsupportedOperationException; alias
413 throw new UnsupportedOperationException('DH does not use a hash algorithm');
422 throw new UnsupportedOperationException('DH does not use a hash algorithm');
H A DEC.php47 use phpseclib3\Exception\UnsupportedOperationException; alias
551 … throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures');
616 … throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php25 use phpseclib3\Exception\UnsupportedOperationException; alias
112 … throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures');
354 …throw new UnsupportedOperationException("$format::save() has $paramCount parameters - the only val…
H A DPublicKey.php24 use phpseclib3\Exception\UnsupportedOperationException; alias
47 … throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures');