Signer constructor

Signer(
  1. String algorithmName
)

Create the signer specified by the standard algorithmName.

Implementation

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