- decrypt
auto decrypt(AlgorithmIdentifier algorithm, CryptoKey key, BufferSource data)
Undocumented in source. Be warned that the author may not have intended to support it.
- deriveBits
auto deriveBits(AlgorithmIdentifier algorithm, CryptoKey baseKey, uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
- deriveKey
auto deriveKey(AlgorithmIdentifier algorithm, CryptoKey baseKey, AlgorithmIdentifier derivedKeyType, bool extractable, Sequence!(string) keyUsages)
Undocumented in source. Be warned that the author may not have intended to support it.
- digest
auto digest(AlgorithmIdentifier algorithm, BufferSource data)
Undocumented in source. Be warned that the author may not have intended to support it.
- encrypt
auto encrypt(AlgorithmIdentifier algorithm, CryptoKey key, BufferSource data)
Undocumented in source. Be warned that the author may not have intended to support it.
- exportKey
auto exportKey(string format, CryptoKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateKey
auto generateKey(AlgorithmIdentifier algorithm, bool extractable, Sequence!(string) keyUsages)
Undocumented in source. Be warned that the author may not have intended to support it.
- importKey
auto importKey(string format, JsObject keyData, AlgorithmIdentifier algorithm, bool extractable, Sequence!(string) keyUsages)
Undocumented in source. Be warned that the author may not have intended to support it.
- sign
auto sign(AlgorithmIdentifier algorithm, CryptoKey key, BufferSource data)
Undocumented in source. Be warned that the author may not have intended to support it.
- unwrapKey
auto unwrapKey(string format, BufferSource wrappedKey, CryptoKey unwrappingKey, AlgorithmIdentifier unwrapAlgorithm, AlgorithmIdentifier unwrappedKeyAlgorithm, bool extractable, Sequence!(string) keyUsages)
Undocumented in source. Be warned that the author may not have intended to support it.
- verify
auto verify(AlgorithmIdentifier algorithm, CryptoKey key, BufferSource signature, BufferSource data)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrapKey
auto wrapKey(string format, CryptoKey key, CryptoKey wrappingKey, AlgorithmIdentifier wrapAlgorithm)
Undocumented in source. Be warned that the author may not have intended to support it.