Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 1 – 25 of 99) sorted by relevance

1234

/dokuwiki/inc/Menu/Item/
H A DAdmin.php21 throw new \RuntimeException("admin is only for logged in users");
25 throw new \RuntimeException("admin is only for managers and above");
H A DEdit.php36 if (!actionOK("source")) throw new \RuntimeException("action disabled: source");
42 …if (auth_quickaclcheck($INFO['id']) < AUTH_READ) throw new \RuntimeException("no permission to rea…
H A DSubscribe.php19 throw new \RuntimeException("subscribe is only for logged in users");
H A DProfile.php19 throw new \RuntimeException("profile is only for logged in users");
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A Dlibsodium.php59 …throw new \RuntimeException('Keys with 96 bytes should have the 2nd and 3rd set of 32 bytes match'…
64 …throw new \RuntimeException('libsodium keys need to either be 32 bytes long, 64 bytes long or 96 b…
106 throw new \RuntimeException('Private Key does not have a secret set');
109 throw new \RuntimeException('Private Key secret is not of the correct length');
H A DPKCS1.php69 throw new \RuntimeException('Unable to decode BER');
74 throw new \RuntimeException('Unable to perform ASN1 mapping');
85 throw new \RuntimeException('Unable to decode BER');
89 throw new \RuntimeException('Unable to perform ASN1 mapping');
96 throw new \RuntimeException('EC PARAMETERS does not correspond to EC PRIVATE KEY');
116 throw new \RuntimeException('Unable to decode BER');
126 throw new \RuntimeException('Unable to perform ASN1 mapping');
129 throw new \RuntimeException('Key cannot be loaded without parameters');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DInconsistentSetupException.php21 class InconsistentSetupException extends \RuntimeException
H A DUnsupportedAlgorithmException.php21 class UnsupportedAlgorithmException extends \RuntimeException
H A DFileNotFoundException.php21 class FileNotFoundException extends \RuntimeException
H A DUnsupportedOperationException.php21 class UnsupportedOperationException extends \RuntimeException
H A DNoKeyLoadedException.php21 class NoKeyLoadedException extends \RuntimeException
H A DBadModeException.php21 class BadModeException extends \RuntimeException
H A DTimeoutException.php8 class TimeoutException extends \RuntimeException
H A DNoSupportedAlgorithmsException.php21 class NoSupportedAlgorithmsException extends \RuntimeException
H A DBadConfigurationException.php21 class BadConfigurationException extends \RuntimeException
H A DUnableToConnectException.php21 class UnableToConnectException extends \RuntimeException
H A DUnsupportedFormatException.php21 class UnsupportedFormatException extends \RuntimeException
H A DInsufficientSetupException.php21 class InsufficientSetupException extends \RuntimeException
H A DBadDecryptionException.php21 class BadDecryptionException extends \RuntimeException
H A DUnsupportedCurveException.php21 class UnsupportedCurveException extends \RuntimeException
H A DConnectionClosedException.php21 class ConnectionClosedException extends \RuntimeException
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php77 throw new \RuntimeException('Expected openssh-key-v1');
84 …throw new \RuntimeException('Although the OpenSSH private key format supports multiple keys phpsec…
91 … throw new \RuntimeException('Only the bcrypt kdf is supported (' . $kdfname . ' encountered)');
100 …throw new \RuntimeException('The only supported ciphers are: none, aes256-ctr (' . $ciphername . '…
114 … throw new \RuntimeException("The two checkints do not match ($checkint1 vs. $checkint2)");
139 …throw new \RuntimeException('Two different types of keys are claimed: ' . $asciiType . ' and ' . $…
171 …throw new \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$…
H A DJWK.php45 throw new \RuntimeException('Unable to decode JSON');
54 …throw new \RuntimeException('Although the JWK key format supports multiple keys phpseclib does not…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php136 … throw new \RuntimeException("Unable to connect to ssh-agent (Error $errno: $errstr)");
140 throw new \RuntimeException('Address is not formatted as a named pipe should be');
145 throw new \RuntimeException('Unable to open address');
167 throw new \RuntimeException('Connection closed while requesting identities');
175 throw new \RuntimeException('Unable to request identities');
293 … throw new \RuntimeException('Connection closed attempting to forward data to SSH agent');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php49 throw new \RuntimeException('Unable to decode BER');
54 throw new \RuntimeException('Unable to perform ASN1 mapping on parameters');

1234