WebIDLpedia

Crypto interface

Definition

Web Cryptography API defines Crypto



[Exposed=(Window,Worker)]
interface Crypto {
  [SecureContext] readonly attribute SubtleCrypto subtle;
  ArrayBufferView getRandomValues(ArrayBufferView array);
  [SecureContext] DOMString randomUUID();
};

Methods and attributes that return objects implementing Crypto

Referring IDL interfaces/dictionaries