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