Searched refs:BadDecryptionException (Results 1 – 7 of 7) sorted by relevance
21 class BadDecryptionException extends \RuntimeException class
21 use phpseclib3\Exception\BadDecryptionException; alias112 …throw new BadDecryptionException('Unable to decrypt key - please verify the password you are using…
18 use phpseclib3\Exception\BadDecryptionException; alias273 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
57 use phpseclib3\Exception\BadDecryptionException; alias1011 throw new BadDecryptionException('Error decrypting ciphertext with libsodium');1029 throw new BadDecryptionException('Error decrypting ciphertext with OpenSSL');
16 use phpseclib3\Exception\BadDecryptionException; alias159 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…166 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
24 use phpseclib3\Exception\BadDecryptionException; alias497 } catch (BadDecryptionException $e) {
40 use phpseclib3\Exception\BadDecryptionException; alias1563 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…2595 …throw new BadDecryptionException("The ciphertext has an invalid padding length ($length) compared …