class DecryptFunction extends BaseFunction

Decrypt cypher text from CEO. Relies on the existing PSK.

Methods

__construct()

No description

getFunctionOptions()

No description

getDI()

No description

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

Return Value

string

at line 26
string handle(string $cyphertext)

Decrypt cyphertext encoded by CEO using the existing PSK.

Parameters

string $cyphertext encrypted text

Return Value

string plaintext