PaddedBlockCipher constructor

PaddedBlockCipher(
  1. String algorithmName
)

Create the padded block cipher specified by the standard algorithmName.

Implementation

factory PaddedBlockCipher(String algorithmName) =>
    registry.create<PaddedBlockCipher>(algorithmName);