Documentation

V3HeaderSignature
in package

V3 IronCore header signature

Table of Contents

$gcmTag  : Bytes
$iv  : Bytes
__construct()  : mixed
fromBytes()  : V3HeaderSignature
Constructs header signature from raw bytes.
getIv()  : Bytes
Gets the header's IV.
getSignatureBytes()  : Bytes
Gets IronCore signature bytes. Consists of the IV concatenated with the GCM tag.

Properties

Methods

getSignatureBytes()

Gets IronCore signature bytes. Consists of the IV concatenated with the GCM tag.

public getSignatureBytes() : Bytes
Return values
Bytes

IronCore signature bytes

Search results