EcdsaSigningKey constructor
EcdsaSigningKey(
- ECDSAPrivateKey privateKey
Constructs an EcdsaSigningKey instance with the given private key.
Implementation
EcdsaSigningKey(this.privateKey) : generator = privateKey.publicKey.generator;