OpenDOF Project
DOFCipher DOFCipherRegistry_Get ( DOFCipherAlgorithm  algorithm,
DOFCipherStrength  strength 
)

Retrieve a block cipher implementation from the library's registry.

Parameters
algorithmThe recognized algorithm to be registered; refer to DOFCipherAlgorithm.
strengthThe security strength as defined by the OpenDOF Project; refer to DOFCipherStrength.
Returns
The block cipher implementation.
Exceptions
NULLis returned if the registry does not contain an implementation of the given algorithm and strength.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31