Engine.findBlockCipher

interface Engine
public const
BlockCipher
findBlockCipher
(
in SCANToken algo_spec
,
AlgorithmFactory af
)

Parameters

algo_spec SCANToken

the algorithm name/specification

af AlgorithmFactory

an algorithm factory object

Return Value

Type: BlockCipher

newly allocated object, or NULL

Meta