\CryptoManana\Core\Interfaces\MessageDigestionDerivationIterationControlInterface

Interface DerivationIterationControlInterface - Interface for internal iteration control capabilities.

Summary

Methods
Constants
setDerivationIterations()
getDerivationIterations()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setDerivationIterations()

setDerivationIterations(integer  $numberOfIterations) 

Setter for the derivation internal iteration count property.

Parameters

integer $numberOfIterations

The number of internal iterations to perform.

Throws

\Exception

Validation errors.

getDerivationIterations()

getDerivationIterations() : integer

Getter for the derivation internal iteration count property.

Returns

integer —

The number of internal iterations to perform.