Skip to main content
webcrypto.CryptoKey.extractable - crypto - Node documentation
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().

Type

boolean