wrapKey property

Future<ByteBuffer> Function(KeyFormat, CryptoKey, CryptoKey, Object) get wrapKey

Implementation

_i2.Future<_i5.ByteBuffer> Function(
  _i3.KeyFormat,
  _i3.CryptoKey,
  _i3.CryptoKey,
  _i2.Object,
) get wrapKey => (
      _i3.KeyFormat p0,
      _i3.CryptoKey p1,
      _i3.CryptoKey p2,
      _i2.Object p3,
    ) =>
        _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'wrapKey',
          ),
          r'call',
          [
            this,
            p0.name,
            p1,
            p2,
            p3,
          ],
        ));

Implementation

set wrapKey(
    _i2.Future<_i5.ByteBuffer> Function(
      _i3.KeyFormat,
      _i3.CryptoKey,
      _i3.CryptoKey,
      _i2.Object,
    ) value) {
  _i4.setProperty(
    this,
    'wrapKey',
    _i4.allowInterop(value),
  );
}