extract method

  1. @override
Future<KeyPairData> extract()
override

Reads the private key into memory.

Throws UnsupportedError if extraction is not possible.

Implementation

@override
Future<KeyPairData> extract() async {
  return this;
}