PaddedBlockCipher constructor
PaddedBlockCipher(
- String algorithmName
Create the padded block cipher specified by the standard algorithmName.
Implementation
factory PaddedBlockCipher(String algorithmName) =>
registry.create<PaddedBlockCipher>(algorithmName);