haikuwebkit/LayoutTests/crypto/subtle/pbkdf2-import-key-expected.txt

15 lines
379 B
Plaintext

Test importing a PBKDF2 raw key
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS publicKey.toString() is '[object CryptoKey]'
PASS publicKey.type is 'secret'
PASS publicKey.extractable is false
PASS publicKey.algorithm.name is 'PBKDF2'
PASS publicKey.usages is ['deriveBits', 'deriveKey']
PASS successfullyParsed is true
TEST COMPLETE