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

subtle: SubtleCrypto

Methods

getRandomValues

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

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

    Parameters

    • array: T

    Returns T

Generated using TypeDoc