CryptoKey
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1138
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”
readonly
algorithm:CryptoKeyKeyAlgorithm
|CryptoKeyAesKeyAlgorithm
|CryptoKeyHmacKeyAlgorithm
|CryptoKeyRsaKeyAlgorithm
|CryptoKeyEllipticKeyAlgorithm
|CryptoKeyArbitraryKeyAlgorithm
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1144
extractable
Section titled “extractable”
readonly
extractable:boolean
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1142
readonly
type:string
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1140
usages
Section titled “usages”
readonly
usages:string
[]
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1152