retrieveStreamCipher

Retrieve an object prototype from the global factory

const(StreamCipher)
retrieveStreamCipher
(
in string algo_spec
)

Parameters

algo_spec string

an algorithm name

Return Value

Type: const(StreamCipher)

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

Meta