EcdsaSigningKey constructor

EcdsaSigningKey(
  1. ECDSAPrivateKey privateKey
)

Constructs an EcdsaSigningKey instance with the given private key.

Implementation

EcdsaSigningKey(this.privateKey) : generator = privateKey.publicKey.generator;