W3cubDocs

/DOM

CryptoKey.extractable

The CryptoKey.extractable read-only property that indicates if the raw material key can be extracted, for example for archiving it.

Syntax

result = key.extractable

Return value

  • result is a Boolean indicating if the key can be extracted.

Specifications

Specification Status Comment
Web Cryptography API
The definition of 'CryptoKey.extractable' in that specification.
Recommendation Initial definition.

Browser compatibility

Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari
Basic support 37 (Yes) 34 (34) No support ? No support
Feature Android Chrome for Android Edge Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) 37 (Yes) 34.0 (34) No support ? No support

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CryptoKey/extractable