Hierarchy

  • Crypto$1
    • SocketCrypto

Implements

  • CryptoStorages

Constructors

Properties

certStorage: CertificateStorage
client: Client
id: string
keyStorage: KeyStorage
subtle: SubtleCrypto

Returns a SubtleCrypto object providing access to common cryptographic primitives, like hashing, signing, encryption or decryption

Methods

  • Generates cryptographically random values

    Type Parameters

    • T extends null | ArrayBufferView

    Parameters

    • array: T

      Is an integer-based BufferSource. All elements in the array are going to be overridden with random numbers.

    Returns T