property webcrypto.CryptoKey.extractable
When true
, the CryptoKey can be extracted using either subtleCrypto.exportKey()
or subtleCrypto.wrapKey()
.
Type Jump to heading
boolean
When true
, the CryptoKey can be extracted using either subtleCrypto.exportKey()
or subtleCrypto.wrapKey()
.
boolean