Skip to content

@ralphschuler.webgl shader factory.<internal>.CryptoKey

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: CryptoKey

@ralphschuler/webgl-shader-factory.<internal>.CryptoKey

The CryptoKey dictionary of the Web Crypto API represents a cryptographic key. Available only in secure contexts.

MDN Reference

Table of contents

Properties

Properties

algorithm

Readonly algorithm: KeyAlgorithm

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5877


extractable

Readonly extractable: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5879


type

Readonly type: KeyType

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5881


usages

Readonly usages: KeyUsage[]

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5883

Typescript Libraries

Modules

Namespaces

Clone this wiki locally