SubtleCrypto$Typings extension

on

Properties

decrypt Future<ByteBuffer> Function(Object, CryptoKey, Object)
getter/setter pair
deriveBits Future<ByteBuffer> Function(Object, CryptoKey, num)
getter/setter pair
deriveKey Future<CryptoKey> Function(Object, CryptoKey, Object, bool, List<KeyUsage>)
getter/setter pair
digest Future<ByteBuffer> Function(Object, Object)
getter/setter pair
encrypt Future<ByteBuffer> Function(Object, CryptoKey, Object)
getter/setter pair
exportKey → ({Future<JsonWebKey> Function(String format, CryptoKey key) $1, Future<ByteBuffer> Function(dynamic format, CryptoKey key) $2})
Overload accessor: $1, $2
no setter
generateKey → ({Future<CryptoKeyPair> Function(Algorithm algorithm, bool extractable, List<KeyUsage> keyUsages) $1, Future<CryptoKey> Function(Algorithm algorithm, bool extractable, List<KeyUsage> keyUsages) $2, Future<Object> Function(Object algorithm, bool extractable, List<KeyUsage> keyUsages) $3})
Overload accessor: $1, $2, $3
no setter
importKey → ({Future<CryptoKey> Function(String format, JsonWebKey keyData, Object algorithm, bool extractable, List<KeyUsage> keyUsages) $1, Future<CryptoKey> Function(dynamic format, Object keyData, Object algorithm, bool extractable, List<KeyUsage> keyUsages) $2})
Overload accessor: $1, $2
no setter
sign Future<ByteBuffer> Function(Object, CryptoKey, Object)
getter/setter pair
unwrapKey Future<CryptoKey> Function(KeyFormat, Object, CryptoKey, Object, Object, bool, List<KeyUsage>)
getter/setter pair
verify Future<bool> Function(Object, CryptoKey, Object, Object)
getter/setter pair
wrapKey Future<ByteBuffer> Function(KeyFormat, CryptoKey, CryptoKey, Object)
getter/setter pair