Documentation

SignatureGenerator
in package
implements SignatureGeneratorInterface

FinalYes

Table of Contents

Interfaces

SignatureGeneratorInterface
Generator for signatures to be used to check the validity of generated code

Properties

$parameterEncoder  : mixed
$parameterHasher  : mixed

Methods

__construct()  : mixed
generateSignature()  : string
Generates a signature to be used to verify generated code validity
generateSignatureKey()  : string
Generates a signature key to be looked up when verifying generated code validity

Properties

Methods

generateSignature()

Generates a signature to be used to verify generated code validity

public generateSignature(array<string|int, mixed> $parameters) : string
Parameters
$parameters : array<string|int, mixed>
Return values
string

generateSignatureKey()

Generates a signature key to be looked up when verifying generated code validity

public generateSignatureKey(array<string|int, mixed> $parameters) : string
Parameters
$parameters : array<string|int, mixed>
Return values
string

        
On this page

Search results