Options
All
  • Public
  • Public/Protected
  • All
Menu

Basic cryptography features available in the current context. It allows access to a cryptographically strong random number generator and to cryptographic primitives.

Hierarchy

  • Crypto

Index

Properties

Methods

Properties

subtle: SubtleCrypto

Methods

  • getRandomValues<T>(array: T): T
  • Type Parameters

    • T extends null | Uint8Array | DataView | Int8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array

    Parameters

    • array: T

    Returns T

Generated using TypeDoc