How to rotate keys when using component_keyring

Thanks for the explanation.
We have few encrypted tables that are using this prodSharedKey.
Now we want to simulate a situation wherein the key is compromised(shared with someone unknowingly), and so we want to generate a new key, but the table data must be valid.
And all users authorized to view the data must get same result as they saw before the new key.
I hope to explain what I want.