DecryptFunction
class DecryptFunction extends BaseFunction
Decrypt cypher text from CEO. Relies on the existing PSK.
Methods
string
getFunctionName()
Return function name
string
handle(string $cyphertext)
Decrypt cyphertext encoded by CEO using the existing PSK.
Details
in BaseFunction at line 9
__construct()
in BaseFunction at line 18
getFunctionOptions()
in BaseFunction at line 23
getDI()
at line 15
string
getFunctionName()
Return function name
at line 26
string
handle(string $cyphertext)
Decrypt cyphertext encoded by CEO using the existing PSK.