Documentation

DecryptFunction extends BaseFunction
in package

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

Table of Contents

__construct()  : mixed
getDI()  : mixed
getFunctionName()  : string
Return function name
getFunctionOptions()  : mixed
handle()  : string
Decrypt cyphertext encoded by CEO using the existing PSK.

Methods

__construct()

public __construct() : mixed
Return values
mixed

getFunctionName()

Return function name

public getFunctionName() : string
Return values
string

getFunctionOptions()

public getFunctionOptions() : mixed
Return values
mixed

handle()

Decrypt cyphertext encoded by CEO using the existing PSK.

public handle(string $cyphertext) : string
Parameters
$cyphertext : string

encrypted text

Return values
string

plaintext

Search results