A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Crypto

From WHATWG Wiki
Revision as of 21:49, 14 February 2011 by Abarth (talk | contribs) (→‎Interface)
Jump to navigation Jump to search

Overview

This document describes a proposal for the window.crypto API.

Interface

[Suplemental, NoInterfaceObject]
interface Window {
  readonly attribute Crypto crypto;
};

[NoInterfaceObject]
interface Crypto {
  void getRandomValues(in ArrayBufferView array);
};

Methods

getRandomValues