prependSign(string $value)
packCookie(CryptoCookie $cookie, string $encryptedValue)
prependSuffixToKey(string $key)
const COOKIE_RESERVED_SUFFIX_BYTES
shouldDecrypt(string $cookieName, string $cookieValue)
encrypt(CryptoCookie $cookie)
decryptValue(string $value)
removeSign(string $value)
decrypt(string $name, string $value, iterable $cookies)
shouldEncrypt(Cookie $cookie)
encryptValue(string $value)
unpackCookie(string $mainCookie, iterable $cookies)
copyAttributesTo(Cookie $cookie)