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");
449 … throw new UnsupportedAlgorithmException('Only PBKDF2 is supported for PBES2 PKCS#8 keys');
456 … throw new UnsupportedAlgorithmException('Only PBES1 and PBES2 PKCS#8 keys are supported.');
473 …throw new UnsupportedAlgorithmException($private['privateKeyAlgorithm']['algorithm'] . ' is not a …
477 …throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is…
505 …throw new UnsupportedAlgorithmException($public['publicKeyAlgorithm']['algorithm'] . ' is not a su…
509 …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 DEC.php42 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
458 throw new UnsupportedAlgorithmException('Ed25519 only supports sha512 as a hash');
461 …throw new UnsupportedAlgorithmException('Ed448 only supports shake256 with a length of 114 bytes');
H A DRSA.php61 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
643 throw new UnsupportedAlgorithmException('md2 and md5 require NULLs');
720 throw new UnsupportedAlgorithmException(
755 throw new UnsupportedAlgorithmException(
H A DHash.php36 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
348 throw new UnsupportedAlgorithmException(
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php20 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
110 } catch (UnsupportedAlgorithmException $e) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php37 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
1388 * @throws UnsupportedAlgorithmException if the algorithm is unsupported
1414 throw new UnsupportedAlgorithmException('Signature algorithm unsupported');
1433 throw new UnsupportedAlgorithmException('Signature algorithm unsupported');
1446 throw new UnsupportedAlgorithmException('Signature algorithm unsupported');
1450 throw new UnsupportedAlgorithmException('Public key algorithm unsupported');
2971 * @throws UnsupportedAlgorithmException if the algorithm is unsupported
2997 …throw new UnsupportedAlgorithmException('The only supported hash algorithms for RSA are: md2, md5,…
3007 …throw new UnsupportedAlgorithmException('The only supported hash algorithms for DSA are: sha1, sha…
3024 …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
2739 … throw new UnsupportedAlgorithmException('Please use either an RSA key, an EC one or a DSA key');
3752 … throw new UnsupportedAlgorithmException("Only CM = 8 ('deflate') is supported ($cm)");
5291 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php44 use phpseclib3\Exception\UnsupportedAlgorithmException; alias
1065 … throw new UnsupportedAlgorithmException($method . ' is not a supported password hashing method');