pub fn dangerous_get_v2_rotated_account_keys<Ids: KeyIds>(
new_user_key: &SymmetricCryptoKey,
current_user_private_key_id: Ids::Asymmetric,
current_user_signing_key_id: Ids::Signing,
ctx: &KeyStoreContext<'_, Ids>,
) -> Result<RotatedUserKeys, CryptoError>
Expand description
Re-encrypts the user’s keys with the provided symmetric key for a v2 user.