AlgorithmFactory.makeBlockCipher

Makes a ready-to-use block cipher according to its name

class AlgorithmFactory
makeBlockCipher
(
in string algo_spec
,
in string provider = ""
)

Parameters

algo_spec string

the algorithm we want

provider string

the provider we would like to use

Return Value

pointer to freshly created instance of the request algorithm

Meta