SymmetricAlgorithm.validKeylength

Check whether a given key length is valid for this algorithm.

interface SymmetricAlgorithm
public final const
bool
validKeylength
(
size_t length
)

Parameters

length size_t

the key length to be checked.

Return Value

Type: bool

true if the key length is valid.

Meta