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

MDN Reference

Hierarchy

  • CryptoKey

Properties

algorithm: KeyAlgorithm
extractable: boolean
type: KeyType
usages: KeyUsage[]

Generated using TypeDoc