Documentation

Sha512Signer extends HmacSigner
in package

Table of Contents

$hmacAlg  : string
$secret  : mixed
algorithm()  : string
getSecret()  : mixed
setSecret()  : void
sign()  : mixed

Properties

Methods

algorithm()

public algorithm() : string
Tags
inheritDoc
Return values
string

getSecret()

public getSecret() : mixed
Return values
mixed

setSecret()

public setSecret(mixed $secret) : void
Parameters
$secret : mixed
Return values
void

sign()

public abstract sign(string $header, string $payload) : mixed
Parameters
$header : string
$payload : string
Return values
mixed

Search results