Home
last modified time | relevance | path

Searched refs:InconsistentSetupException (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DInconsistentSetupException.php24 class InconsistentSetupException extends \RuntimeException class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php62 use phpseclib3\Exception\InconsistentSetupException; alias
885 …throw new InconsistentSetupException('Multiple encryption padding modes have been selected; at mos…
903 …throw new InconsistentSetupException('Multiple signature padding modes have been selected; at most…
H A DRijndael.php61 use phpseclib3\Exception\InconsistentSetupException; alias
528 …throw new InconsistentSetupException('The IV length (' . strlen($this->iv) . ') does not match the…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php43 use phpseclib3\Exception\InconsistentSetupException; alias
890 …throw new InconsistentSetupException('Key has already been set and is not ' . $this->explicit_key_…
912 …throw new InconsistentSetupException('Key length has already been set to ' . $this->explicit_key_l…