Webcrypto
Provides cryptographically strong random number generation and access to the SubtleCrypto interface for low-level cryptographic operations.
Module:whatwg.webcrypto
Support: Experimental
Since: 1.1.0
Docs: WHATWG Docs
Namespace crypto
Provides cryptographically strong random number generation and access to the SubtleCrypto interface for low-level cryptographic operations.
Since: 1.1.0 Docs: WHATWG Docs3 members: 3 undocumented
Static Methods
Properties
→ SubtleCrypto
---
Details
getRandomValues(array)
static getRandomValues(array: BufferSource): BufferSource
static getRandomValues(array: BufferSource): BufferSource
| Parameter | Type | Description |
|---|---|---|
array | BufferSource | The typed array to fill with cryptographically random values. |
QuotaExceededError--- If the array is larger than 65536 bytes.
---