CryptoKey
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:1131
The CryptoKey dictionary of the Web Crypto API represents a cryptographic key. Available only in secure contexts.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CryptoKey():
CryptoKey
Returns
Section titled “Returns”CryptoKey
Properties
Section titled “Properties”algorithm
Section titled “algorithm”
readonlyalgorithm:CryptoKeyKeyAlgorithm|CryptoKeyAesKeyAlgorithm|CryptoKeyHmacKeyAlgorithm|CryptoKeyRsaKeyAlgorithm|CryptoKeyEllipticKeyAlgorithm|CryptoKeyArbitraryKeyAlgorithm
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:1137
extractable
Section titled “extractable”
readonlyextractable:boolean
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:1135
readonlytype:string
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:1133
usages
Section titled “usages”
readonlyusages:string[]
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:1145