blob: 3fb47e32ebb7451d0aaf22444fff43ec7eed9945 [file] [log] [blame]
Test importing a P-384 PKCS8 ECDH key
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 'private'
PASS publicKey.extractable is true
PASS publicKey.algorithm.name is 'ECDH'
PASS publicKey.algorithm.namedCurve is 'P-384'
PASS publicKey.usages is [ 'deriveBits', 'deriveKey' ]
PASS successfullyParsed is true
TEST COMPLETE