Documentation

AbstractAdapter

Table of Contents

decrypt()  : mixed
Decrypt the message.
encrypt()  : mixed
Encrypt the message.

Methods

decrypt()

Decrypt the message.

public decrypt((mixed) $token) : mixed
Parameters
$token : (mixed)

encrypted token

Tags
since
1.0.0
Return values
mixed

encrypt()

Encrypt the message.

public encrypt((mixed) $data) : mixed
Parameters
$data : (mixed)

data to be encrypted

Tags
since
1.0.0
Return values
mixed

Search results