I see in all of functions that should change user keys by updating them or erasing them one parameter is mandatory - value of a MasterKey. My question is - is it possible to update userKey without using value of master key, only using a ID of the masterKey or somekind of pointer that goes to MasterKey in memory without exposing it in code?
If possible, could this be in Crypto mcal way?