As MutableData basically mirrors MDataInfo, could there be a method added to retrieve the encryption keys?
Perhaps not as a method, but as properties to the instance. Might as well offer name and type_tag as properties too. Also, getNameAndTag is asynchronous, but I see no reason for it to be.
As
MutableData
basically mirrorsMDataInfo
, could there be a method added to retrieve the encryption keys?Perhaps not as a method, but as properties to the instance. Might as well offer
name
andtype_tag
as properties too. Also,getNameAndTag
is asynchronous, but I see no reason for it to be.