CookieEncryptedEquals
string[]Valid cipher names for encrypted cookies.
stringstringstring\Cake\Http\ResponseExplode method to return array from string set in CookieComponent::_implode() Maintains reading backwards compatibility with 1.x CookieComponent::_implode().
__construct(?\Cake\Http\Response $response, string $cookieName, string $mode, string $key)
Constructor.
\Cake\Http\Response|null $response A response instance.
string $cookieName Cookie name
string $mode Mode
string $key Key
_checkCipher(string $encrypt)
Helper method for validating encryption cipher names.
string $encrypt The cipher name.
RuntimeException_decode(string $value, mixed $encrypt, ?string $key)
Decodes and decrypts a single value.
string $value The value to decode & decrypt.
string|false $encrypt The encryption cipher to use.
string|null $key Used as the security salt if specified.
string|arrayDecoded values.
_decrypt(mixed $values, mixed $mode, ?string $key)
Decrypts $value using public $type method in Security class
string[]|string $values Values to decrypt
string|false $mode Encryption mode
string|null $key optional Used as the security salt if specified.
string|arrayDecrypted values
_encrypt(mixed $value, mixed $encrypt, ?string $key)
Encrypts $value using public $type method in Security class
string|array $value Value to encrypt
string|false $encrypt Encryption mode to use. False disabled encryption.
string|null $key optional Used as the security salt if specified.
stringEncoded values
_explode(string $string)
Explode method to return array from string set in CookieComponent::_implode() Maintains reading backwards compatibility with 1.x CookieComponent::_implode().
string $string A string containing JSON encoded data, or a bare string.
string|arrayMap of key and values
_getBodyAsString()
Get the response body as string
stringThe response body.
_getCookieEncryptionKey()
Returns the encryption key
string_implode(array $array)
Implode method to keep keys are multidimensional arrays
array $array Map of key and values
stringA JSON encoded string.
additionalFailureDescription(mixed $other)
Return additional failure description where needed
The function can be overridden to provide additional failure information like a diff
mixed $other evaluated value or object
count()
Counts the number of constraint elements.
evaluate(mixed $other, string $description, bool $returnResult)
Evaluates the constraint for parameter $other
If $returnResult is set to false (the default), an exception is thrown in case of a failure. null is returned otherwise.
If $returnResult is true, the result of the evaluation is returned as a boolean value instead: true in case of success, false in case of a failure.
mixed $other string $description optional bool $returnResult optional PHPUnit\Framework\ExpectationFailedExceptionSebastianBergmann\RecursionContext\InvalidArgumentExceptionexporter()
fail(mixed $other, mixed $description, \SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure)
Throws an exception for the given compared value and test description
mixed $other evaluated value or object
string $description Additional information about the test
\SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure optional PHPUnit\Framework\ExpectationFailedExceptionSebastianBergmann\RecursionContext\InvalidArgumentExceptionfailureDescription(mixed $other)
Returns the description of the failure
The beginning of failure messages is "Failed asserting that" in most cases. This method should return the second part of that sentence.
To provide additional failure information additionalFailureDescription can be used.
mixed $other evaluated value or object
SebastianBergmann\RecursionContext\InvalidArgumentExceptionmatches(mixed $other)
Checks assertion
mixed $other Expected content
booltoString()
Assertion message
stringValid cipher names for encrypted cookies.
string[]stringstringstring\Cake\Http\Response
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.1/class-Cake.TestSuite.Constraint.Response.CookieEncryptedEquals.html