property webcrypto.CryptoKey.extractable
Usage in Deno
import { type webcrypto } from "node:crypto";
When true
, the CryptoKey can be extracted using either subtleCrypto.exportKey()
or subtleCrypto.wrapKey()
.
boolean
import { type webcrypto } from "node:crypto";
When true
, the CryptoKey can be extracted using either subtleCrypto.exportKey()
or subtleCrypto.wrapKey()
.
boolean