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