pub(super) fn reencrypt_common_unlock_data(
input: ReencryptCommonUnlockDataInput,
current_user_key_id: SymmetricKeySlotId,
new_user_key_id: SymmetricKeySlotId,
creates_v2_upgrade_token: bool,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<CommonUnlockDataRequestModel, ReencryptError>Expand description
Re-encrypts the unlock methods that every key rotation flow shares.