\CryptoManana\Core\Interfaces\MessageDigestionDerivationContextInterface

Interface DerivationContextInterface - Interface for derivation application/context salting.

Summary

Methods
Constants
setContextualString()
getContextualString()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setContextualString()

setContextualString(string  $contextualString) 

Setter for the derivation context/application information string property.

Parameters

string $contextualString

The derivation context/application information string.

Throws

\Exception

Validation errors.

getContextualString()

getContextualString() : string

Getter for the derivation context/application information string property.

Returns

string —

The derivation context/application information string.