CipherValue implements Stringable

Read onlyYes
FinalYes

Table of Contents

Interfaces

Stringable

Properties

$cipher  : string
$nonce  : string

Methods

__construct()  : mixed
__toString()  : string
encode()  : string
fromSerialized()  : self

Properties

Methods

__construct()

public __construct(string $nonce, string $cipher) : mixed
Parameters
$nonce : string
$cipher : string

__toString()

public __toString() : string
Return values
string

encode()

public encode() : string
Return values
string

fromSerialized()

public static fromSerialized(string $value) : self
Parameters
$value : string
Return values
self

        
On this page

Search results