CipherValue implements Stringable
Read onlyYes
FinalYes
Table of Contents
Interfaces
- Stringable
Properties
Methods
- __construct() : mixed
- __toString() : string
- encode() : string
- fromSerialized() : self
Properties
$cipher
public
string
$cipher
$nonce
public
string
$nonce
Methods
__construct()
public
__construct(string $nonce, string $cipher) : mixed
Parameters
- $nonce : string
- $cipher : string
__toString()
public
__toString() : string
Return values
stringencode()
public
encode() : string
Return values
stringfromSerialized()
public
static fromSerialized(string $value) : self
Parameters
- $value : string