mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Implement usages property for CryptoKey
And set it from the only place we currently create a CryptoKey, in importKey.
This commit is contained in:
parent
2d59d6c98c
commit
0a6f195a71
5 changed files with 27 additions and 6 deletions
|
@ -2,4 +2,5 @@ imported key: [object CryptoKey]
|
|||
imported key.type: secret
|
||||
imported key.extractable: false
|
||||
imported key.algorithm: {"name":"PBKDF2"}
|
||||
imported key.usages: deriveKey,deriveBits
|
||||
SHA-256 digest: 315f5bdb76d078c43b8ac0064e4a0164612b1fce77c869345bfc94c75894edd3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue