extractable property
Indicates if the keying material can be exported.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
ptr = object.extractable |
Property values
Type: boolean
If true, the keying material associated with the Key is exportable. Otherwise, the keying material is not exportable.
Remarks
Be aware that non-extractable keys can be wrapped as well.
See also
Show:
