Documentation

Header
in package

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

Constants

HEADER_VERSION

public mixed HEADER_VERSION = 1

Properties

$cryptorData

private string $cryptorData

$cryptorId

private string $cryptorId

$sentinel

private string $sentinel

Methods

__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
Return values
string

getCryptorId()

public getCryptorId() : string
Return values
string

getLength()

public getLength() : int
Return values
int

getSentinel()

public getSentinel() : string
Return values
string

        
On this page

Search results