AbstractAdapter implements AbstractAdapter
Interfaces, Classes and Traits
Table of Contents
- $key : key
 - Store the secret key.
 - decrypt() : mixed
 - Decrypt the message.
 - encrypt() : mixed
 - Encrypt the message.
 
Properties
$key
Store the secret key.
    protected
        key
    $key
    
        
    
    Tags
Methods
decrypt()
Decrypt the message.
    public
    abstract            decrypt((mixed) $token) : mixed
        
        Parameters
- $token : (mixed)
 - 
                    
encrypted token
 
Tags
Return values
mixed —encrypt()
Encrypt the message.
    public
    abstract            encrypt((mixed) $data) : mixed
        
        Parameters
- $data : (mixed)
 - 
                    
data to be encrypted