classCryptoKeyclass CryptoKeyThe CryptoKey dictionary of the Web Crypto API represents a cryptographic key. Available only in secure contexts.MDN Referencereadonly algorithm: KeyAlgorithmMDN Referencereadonly extractable: booleanMDN Referencereadonly type: KeyTypeMDN Referencereadonly usages: KeyUsage[]MDN Reference
The CryptoKey dictionary of the Web Crypto API represents a cryptographic key. Available only in secure contexts.MDN Reference