CryptoHMACInput
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$keyID
: string
-
$mode
: HashMode
-
$values
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
jsonSerialize()
: mixed
$keyID
private
string
$keyID
$mode
private
HashMode
$mode
$values
private
array<string|int, mixed>
$values
__construct()
public
__construct(string $keyID, HashMode $mode, array<string|int, mixed> $values) : mixed
Parameters
-
$keyID
: string
-
-
$mode
: HashMode
-
-
$values
: array<string|int, mixed>
-
jsonSerialize()
public
jsonSerialize() : mixed