KeyGenerator constructor

KeyGenerator(
  1. String algorithmName
)

Create the key generator specified by the standard algorithmName.

Implementation

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