KeyPair constructor
KeyPair(
- PrivateKey privateKey,
- PublicKey publicKey
Implementation
KeyPair(this.privateKey, this.publicKey);
KeyPair(this.privateKey, this.publicKey);