Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php21 use phpseclib3\Exception\NoKeyLoadedException; alias
185 throw new NoKeyLoadedException('Unable to read key');
210 throw new NoKeyLoadedException('The key that was loaded was not a private key');
226 throw new NoKeyLoadedException('The key that was loaded was not a public key');
242 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
267 throw new NoKeyLoadedException('Unable to read key');
292 throw new NoKeyLoadedException('The key that was loaded was not a private key');
309 throw new NoKeyLoadedException('The key that was loaded was not a public key');
326 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
436 …throw new NoKeyLoadedException('This key was created with createKey - it was not loaded with load.…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php33 use phpseclib3\Exception\NoKeyLoadedException; alias
329 } catch (NoKeyLoadedException $e) {
H A DPublicKeyLoader.php21 use phpseclib3\Exception\NoKeyLoadedException; alias
45 } catch (NoKeyLoadedException $e) {
50 } catch (NoKeyLoadedException $e) {
55 } catch (NoKeyLoadedException $e) {
68 throw new NoKeyLoadedException('Unable to read key');
83 throw new NoKeyLoadedException('The key that was loaded was not a private key');
99 throw new NoKeyLoadedException('The key that was loaded was not a public key');
115 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DNoKeyLoadedException.php24 class NoKeyLoadedException extends \RuntimeException class