retrieveBlockCipher

Retrieve an object prototype from the global factory

const(BlockCipher)
retrieveBlockCipher
(
in string algo_spec
)

Parameters

algo_spec string

an algorithm name

Return Value

Type: const(BlockCipher)

constant prototype object (use clone to create usable object), library retains ownership

Meta