Interface: CryptoKeyStructuralFallback

July 31, 2026 ยท View on GitHub

๐Ÿ’— Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.

Internal

Used as CryptoKey when the host runtime's crypto global is not exposed on typeof globalThis, including when it is absent from ambient types or declared with const or let. It remains structurally compatible with host CryptoKey declarations so values flow freely to and from SubtleCrypto APIs.

Properties

algorithm

โ€ข readonly algorithm: object

name

โ€ข name: string


extractable

โ€ข readonly extractable: boolean


type

โ€ข readonly type: string


usages

โ€ข readonly usages: string[]