Signer
in
Table of Contents
Methods
- sign() : array<string|int, mixed>
- Sign the given serializable.
- verify() : bool
- Verify the given signature.
Methods
sign()
Sign the given serializable.
public
sign(string $serializable) : array<string|int, mixed>
Parameters
- $serializable : string
Return values
array<string|int, mixed>verify()
Verify the given signature.
public
verify(array<string|int, mixed> $signature) : bool
Parameters
- $signature : array<string|int, mixed>