Searched refs:UnsupportedAlgorithmException (Results 1 – 12 of 12) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/ |
H A D | Identity.php | 26 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 124 …throw new UnsupportedAlgorithmException('The only supported curves are nistp256, nistp384, nistp51… 187 …throw new UnsupportedAlgorithmException('The only supported hashes for RSA are sha1, sha256 and sh… 204 …throw new UnsupportedAlgorithmException('The only supported hash for ' . self::$curveAliases[$this… 209 throw new UnsupportedAlgorithmException('The only supported hash for DSA is sha1'); 226 throw new UnsupportedAlgorithmException('Only RSA keys support padding'); 229 throw new UnsupportedAlgorithmException('ssh-agent can only create PKCS1 signatures'); 245 … throw new UnsupportedAlgorithmException('Only DSA and EC keys support signature format setting'); 248 … throw new UnsupportedAlgorithmException('Only SSH2-formatted signatures are currently supported'); 265 throw new UnsupportedAlgorithmException('Only EC keys have curves');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PKCS8.php | 39 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 184 throw new UnsupportedAlgorithmException("$algo is not a supported algorithm"); 250 … throw new UnsupportedAlgorithmException('rc5-CBC-PAD is not supported for PBES2 PKCS#8 keys'); 258 throw new UnsupportedAlgorithmException("$algo is not supported"); 439 … throw new UnsupportedAlgorithmException('Only PBKDF2 is supported for PBES2 PKCS#8 keys'); 446 … throw new UnsupportedAlgorithmException('Only PBES1 and PBES2 PKCS#8 keys are supported.'); 459 …throw new UnsupportedAlgorithmException($private['privateKeyAlgorithm']['algorithm'] . ' is not a … 463 …throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is… 487 …throw new UnsupportedAlgorithmException($public['publicKeyAlgorithm']['algorithm'] . ' is not a su… 491 …throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is…
|
H A D | PKCS1.php | 25 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 98 throw new UnsupportedAlgorithmException($algo . ' is not a supported algorithm');
|
H A D | PuTTY.php | 26 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 122 throw new UnsupportedAlgorithmException('Only Argon2i and Argon2id are supported'); 205 … throw new UnsupportedAlgorithmException($error . 'This is an unsupported ' . $type . ' key');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/ |
H A D | UnsupportedAlgorithmException.php | 24 class UnsupportedAlgorithmException extends \RuntimeException class
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | EC.php | 44 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 D | RSA.php | 63 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 664 throw new UnsupportedAlgorithmException('md2 and md5 require NULLs'); 744 throw new UnsupportedAlgorithmException( 780 throw new UnsupportedAlgorithmException(
|
H A D | Hash.php | 38 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 363 throw new UnsupportedAlgorithmException(
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
H A D | PublicKey.php | 22 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 116 } catch (UnsupportedAlgorithmException $e) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | X509.php | 40 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 1455 throw new UnsupportedAlgorithmException('Signature algorithm unsupported'); 1474 throw new UnsupportedAlgorithmException('Signature algorithm unsupported'); 1487 throw new UnsupportedAlgorithmException('Signature algorithm unsupported'); 1491 throw new UnsupportedAlgorithmException('Public key algorithm unsupported'); 3064 …throw new UnsupportedAlgorithmException('The only supported hash algorithms for RSA are: md2, md5,… 3074 …throw new UnsupportedAlgorithmException('The only supported hash algorithms for DSA are: sha1, sha… 3091 …throw new UnsupportedAlgorithmException('The only supported hash algorithms for EC are: sha1, sha2… 3094 …throw new UnsupportedAlgorithmException('The only supported public key classes are: RSA, DSA, EC');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 71 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 2714 … throw new UnsupportedAlgorithmException('Please use either an RSA key, an EC one or a DSA key'); 5004 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
H A D | SymmetricKey.php | 45 use phpseclib3\Exception\UnsupportedAlgorithmException; alias 1061 … throw new UnsupportedAlgorithmException($method . ' is not a supported password hashing method');
|