The function executeHEMethod
is a homomorphic
encryption wrapper around executeMethod
. It ensures any
returned result is encrypted using the homomorphic encryption
function.
executeHEMethod(objectId, method, ...)
a list containing an integer and a fractional result converted to characters
the (instance) identifier of the object on which to invoke a method
the name of the method to invoke
further arguments as appropriate for the method