getKeyPair method

P256KeyPair getKeyPair()

Return a copy of the key pair.

Implementation

P256KeyPair getKeyPair() {
  return P256KeyPair(publicKey: _publicKey, secretKey: _privateKey);
}