haikuwebkit/LayoutTests/crypto/subtle/ecdh-import-jwk-public-key-...

17 lines
434 B
Plaintext

Test importing a JWK ECDH public key with P-384
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Importing a key...
PASS publicKey.toString() is '[object CryptoKey]'
PASS publicKey.type is 'public'
PASS publicKey.extractable is true
PASS publicKey.algorithm.name is 'ECDH'
PASS publicKey.algorithm.namedCurve is 'P-384'
PASS publicKey.usages is [ ]
PASS successfullyParsed is true
TEST COMPLETE