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