EcdsaPrivateKey constructor

EcdsaPrivateKey(
  1. ECPrivateKey _key,
  2. EcdsaPublicKey _publicKey
)

Implementation

EcdsaPrivateKey(this._key, this._publicKey);