WebCryptoCryptoKeyinterface CryptoKeyThe CryptoKey dictionary of the Web Crypto API represents a cryptographic key. Properties ##algorithm: KeyAlgorithm readonly#extractable: boolean readonly#type: KeyType readonly#usages: KeyUsage[] readonlyvariable CryptoKeyThe constructor object for CryptoKey. CryptoKey instances cannot be created directly; they are produced by SubtleCrypto methods such as generateKey, importKey, and deriveKey, so calling the constructor throws. Properties ##prototype: CryptoKey readonly
interface CryptoKeyThe CryptoKey dictionary of the Web Crypto API represents a cryptographic key. Properties ##algorithm: KeyAlgorithm readonly#extractable: boolean readonly#type: KeyType readonly#usages: KeyUsage[] readonly
variable CryptoKeyThe constructor object for CryptoKey. CryptoKey instances cannot be created directly; they are produced by SubtleCrypto methods such as generateKey, importKey, and deriveKey, so calling the constructor throws. Properties ##prototype: CryptoKey readonly