Learn R Programming

distcomp (version 1.3-3)

executeHEMethod: Given the id of a serialized object, invoke a method on the object with arguments using homomorphic encryption

Description

The function executeHEMethod is a homomorphic encryption wrapper around executeMethod. It ensures any returned result is encrypted using the homomorphic encryption function.

Usage

executeHEMethod(objectId, method, ...)

Value

a list containing an integer and a fractional result converted to characters

Arguments

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