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