EcdsaPrivateKey constructor
EcdsaPrivateKey(
- ECPrivateKey _key,
- EcdsaPublicKey _publicKey
Implementation
EcdsaPrivateKey(this._key, this._publicKey);
EcdsaPrivateKey(this._key, this._publicKey);