Home
last modified time | relevance | path

Searched refs:UnsupportedAlgorithmException (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php24 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
122 …throw new UnsupportedAlgorithmException('The only supported curves are nistp256, nistp384, nistp51…
181 …throw new UnsupportedAlgorithmException('The only supported hashes for RSA are sha1, sha256 and sh…
198 …throw new UnsupportedAlgorithmException('The only supported hash for ' . self::$curveAliases[$this…
203 throw new UnsupportedAlgorithmException('The only supported hash for DSA is sha1');
219 throw new UnsupportedAlgorithmException('Only RSA keys support padding');
222 throw new UnsupportedAlgorithmException('ssh-agent can only create PKCS1 signatures');
237 … throw new UnsupportedAlgorithmException('Only DSA and EC keys support signature format setting');
240 … throw new UnsupportedAlgorithmException('Only SSH2-formatted signatures are currently supported');
256 throw new UnsupportedAlgorithmException('Only EC keys have curves');
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DUnsupportedAlgorithmException.php21 class UnsupportedAlgorithmException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php36 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
177 throw new UnsupportedAlgorithmException("$algo is not a supported algorithm");
240 … throw new UnsupportedAlgorithmException('rc5-CBC-PAD is not supported for PBES2 PKCS#8 keys');
248 throw new UnsupportedAlgorithmException("$algo is not supported");
459 … throw new UnsupportedAlgorithmException('Only PBKDF2 is supported for PBES2 PKCS#8 keys');
466 … throw new UnsupportedAlgorithmException('Only PBES1 and PBES2 PKCS#8 keys are supported.');
483 …throw new UnsupportedAlgorithmException($private['privateKeyAlgorithm']['algorithm'] . ' is not a …
487 …throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is…
515 …throw new UnsupportedAlgorithmException($public['publicKeyAlgorithm']['algorithm'] . ' is not a su…
519 …throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is…
H A DPKCS1.php21 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
88 throw new UnsupportedAlgorithmException($algo . ' is not a supported algorithm');
H A DPuTTY.php22 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
110 throw new UnsupportedAlgorithmException('Only Argon2i and Argon2id are supported');
192 … throw new UnsupportedAlgorithmException($error . 'This is an unsupported ' . $type . ' key');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php62 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
657 throw new UnsupportedAlgorithmException('md2 and md5 require NULLs');
738 throw new UnsupportedAlgorithmException(
777 throw new UnsupportedAlgorithmException(
H A DEC.php45 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
619 throw new UnsupportedAlgorithmException('Ed25519 only supports sha512 as a hash');
622 …throw new UnsupportedAlgorithmException('Ed448 only supports shake256 with a length of 114 bytes');
H A DHash.php36 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
365 throw new UnsupportedAlgorithmException(
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php21 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
111 } catch (UnsupportedAlgorithmException $e) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php37 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
1391 * @throws UnsupportedAlgorithmException if the algorithm is unsupported
1417 throw new UnsupportedAlgorithmException('Signature algorithm unsupported');
1436 throw new UnsupportedAlgorithmException('Signature algorithm unsupported');
1449 throw new UnsupportedAlgorithmException('Signature algorithm unsupported');
1453 throw new UnsupportedAlgorithmException('Public key algorithm unsupported');
2977 * @throws UnsupportedAlgorithmException if the algorithm is unsupported
3003 …throw new UnsupportedAlgorithmException('The only supported hash algorithms for RSA are: md2, md5,…
3013 …throw new UnsupportedAlgorithmException('The only supported hash algorithms for DSA are: sha1, sha…
3030 …throw new UnsupportedAlgorithmException('The only supported hash algorithms for EC are: sha1, sha2…
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php71 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
2744 … throw new UnsupportedAlgorithmException('Please use either an RSA key, an EC one or a DSA key');
3781 … throw new UnsupportedAlgorithmException("Only CM = 8 ('deflate') is supported ($cm)");
5355 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php44 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
1070 … throw new UnsupportedAlgorithmException($method . ' is not a supported password hashing method');