\Ceo\View\FunctionsDecryptFunction

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

Summary

Methods
Properties
Constants
__construct()
getFunctionOptions()
getDI()
getFunctionName()
handle()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() 

getFunctionOptions()

getFunctionOptions() 

getDI()

getDI() 

getFunctionName()

getFunctionName() : string

Return function name

Returns

string

handle()

handle(string  $cyphertext) : string

Decrypt cyphertext encoded by CEO using the existing PSK.

Parameters

string $cyphertext

encrypted text

Returns

string —

plaintext