extract abstract method

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

Reads the private key into memory.

Throws UnsupportedError if extraction is not possible.

Implementation

@override
Future<RsaKeyPairData> extract();