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
40 } catch (NoKeyLoadedException $e) {
45 } catch (NoKeyLoadedException $e) {
50 } catch (NoKeyLoadedException $e) {
63 throw new NoKeyLoadedException('Unable to read key');
77 throw new NoKeyLoadedException('The key that was loaded was not a private key');
92 throw new NoKeyLoadedException('The key that was loaded was not a public key');
107 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
H A DDH.php31 use phpseclib3\Exception\NoKeyLoadedException; alias
336 } 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
160 throw new NoKeyLoadedException('Unable to read key');
185 throw new NoKeyLoadedException('The key that was loaded was not a private key');
200 throw new NoKeyLoadedException('The key that was loaded was not a public key');
215 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
240 throw new NoKeyLoadedException('Unable to read key');
265 throw new NoKeyLoadedException('The key that was loaded was not a private key');
281 throw new NoKeyLoadedException('The key that was loaded was not a public key');
297 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
402 …throw new NoKeyLoadedException('This key was created with createKey - it was not loaded with load.…