Encrypt data using the public key.
Future<Uint8List> encrypt(Uint8List data) { throw UnimplementedError('encrypt() has not been implemented.'); }