KeyPair constructor

const KeyPair(
  1. String publicKey,
  2. String privateKey
)

Creates a key pair from PEM-encoded strings.

Implementation

const KeyPair(this.publicKey, this.privateKey);