deriveKey property

({Future<CryptoKey> Function(Object algorithm, CryptoKey baseKey, Object derivedKeyType, bool extractable, List<KeyUsage> keyUsages) $1, Future<CryptoKey> Function(Object algorithm, CryptoKey baseKey, Object derivedKeyType, bool extractable, Iterable<KeyUsage> keyUsages) $2}) get deriveKey

Overload accessor: $1, $2

Implementation

({
  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey)
  _i2.Future<_i3.CryptoKey> Function(
    _i2.Object algorithm,
    _i3.CryptoKey baseKey,
    _i2.Object derivedKeyType,
    _i2.bool extractable,
    _i2.List<_i3.KeyUsage> keyUsages,
  ) $1,

  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey)
  _i2.Future<_i3.CryptoKey> Function(
    _i2.Object algorithm,
    _i3.CryptoKey baseKey,
    _i2.Object derivedKeyType,
    _i2.bool extractable,
    _i10.Iterable<_i3.KeyUsage> keyUsages,
  ) $2,
}) get deriveKey => (
      $1: _deriveKey$1,
      $2: _deriveKey$2,
    );