Future<dynamic> exportKey(KeyFormat format, CryptoKey key) => js_util.promiseToFuture( js_util.callMethod(this, 'exportKey', [format.value, key]));