Home
last modified time | relevance | path

Searched refs:NoKeyLoadedException (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DPublicKeyLoader.php19 use phpseclib3\Exception\NoKeyLoadedException; alias
35 * @throws NoKeyLoadedException if key is not valid
41 } catch (NoKeyLoadedException $e) {
46 } catch (NoKeyLoadedException $e) {
51 } catch (NoKeyLoadedException $e) {
64 throw new NoKeyLoadedException('Unable to read key');
78 throw new NoKeyLoadedException('The key that was loaded was not a private key');
93 throw new NoKeyLoadedException('The key that was loaded was not a public key');
108 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
H A DDH.php35 use phpseclib3\Exception\NoKeyLoadedException; alias
372 } catch (NoKeyLoadedException $e) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DNoKeyLoadedException.php21 class NoKeyLoadedException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php19 use phpseclib3\Exception\NoKeyLoadedException; alias
165 throw new NoKeyLoadedException('Unable to read key');
190 throw new NoKeyLoadedException('The key that was loaded was not a private key');
205 throw new NoKeyLoadedException('The key that was loaded was not a public key');
220 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
245 throw new NoKeyLoadedException('Unable to read key');
270 throw new NoKeyLoadedException('The key that was loaded was not a private key');
286 throw new NoKeyLoadedException('The key that was loaded was not a public key');
302 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
419 …throw new NoKeyLoadedException('This key was created with createKey - it was not loaded with load.…