Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DInconsistentSetupException.php21 class InconsistentSetupException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php60 use phpseclib3\Exception\InconsistentSetupException; alias
854 …throw new InconsistentSetupException('Multiple encryption padding modes have been selected; at mos…
872 …throw new InconsistentSetupException('Multiple signature padding modes have been selected; at most…
H A DRijndael.php59 use phpseclib3\Exception\InconsistentSetupException; alias
507 …throw new InconsistentSetupException('The IV length (' . strlen($this->iv) . ') does not match the…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php42 use phpseclib3\Exception\InconsistentSetupException; alias
875 …throw new InconsistentSetupException('Key has already been set and is not ' . $this->explicit_key_…
896 …throw new InconsistentSetupException('Key length has already been set to ' . $this->explicit_key_l…