pub(super) fn reencrypt_unlock_method_data(
input: PrimaryUnlockMethod,
new_user_key_id: SymmetricKeySlotId,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<UnlockMethodRequestModel, ReencryptError>Expand description
Re-encrypt the unlock method data for the given input and new user key id.