Table of Contents
Constants
-
HEADER_VERSION
= 1
Properties
-
$cryptorData
: string
-
$cryptorId
: string
-
$length
: int
-
$sentinel
: string
Methods
-
__construct()
: mixed
-
getCryptorData()
: string
-
getCryptorId()
: string
-
getLength()
: int
-
getSentinel()
: string
public
mixed
HEADER_VERSION
= 1
$cryptorData
private
string
$cryptorData
$cryptorId
private
string
$cryptorId
$length
private
int
$length
$sentinel
private
string
$sentinel
__construct()
public
__construct(string $sentinel, string $cryptorId, string $cryptorData, int $length) : mixed
Parameters
-
$sentinel
: string
-
-
$cryptorId
: string
-
-
$cryptorData
: string
-
-
$length
: int
-
getCryptorData()
public
getCryptorData() : string
getCryptorId()
public
getCryptorId() : string
getLength()
public
getLength() : int
getSentinel()
public
getSentinel() : string