ECKeypair constructor

ECKeypair(
  1. ECPrivateKey _privateKey
)

Create a ECKeypair using an ECPrivateKey

Implementation

ECKeypair(this._privateKey) : _publicKey = _privateKey.publicKey;