\CryptoManana\Core\Interfaces\MessageDigestionDigestionKeyInterface

Interface DigestionKeyInterface - Interface for keyed hashing capabilities.

Summary

Methods
Constants
setKey()
getKey()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setKey()

setKey(string  $key) 

Setter for the key string property.

Parameters

string $key

The digestion key string.

Throws

\Exception

Validation errors.

getKey()

getKey() : string

Getter for the key string property.

Returns

string —

The digestion key string.