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

Available only in secure contexts.

Methods

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

    • T extends null | ArrayBufferView

    Parameters

    • array: T

    Returns T

  • randomUUID(): string
  • Available only in secure contexts.

    Returns string

Generated using TypeDoc