I don't understand how to use a tag in key derivation/wrapping algorithm as described in sections:
There is a mention
As per this requirement, the JWE building must first encrypt the payload, then use the resulting tag as part of the key derivation process when wrapping the cek.
But I don't see any information on how that tag should be used in derivation of kek or wrapping of cek with kek. Am I missing something?
I don't understand how to use a
tagin key derivation/wrapping algorithm as described in sections:There is a mention
But I don't see any information on how that tag should be used in derivation of
kekor wrapping ofcekwithkek. Am I missing something?