blob: c9a198cc73ea0916a7d61bcaf311c27e7f77a685 [file] [log] [blame]
Test importing a JWK RSA-PSS private key with SHA-1
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Importing a key...
PASS privateKey.toString() is '[object CryptoKey]'
PASS privateKey.type is 'private'
PASS privateKey.extractable is true
PASS privateKey.algorithm.name is 'RSA-PSS'
PASS privateKey.algorithm.modulusLength is 2048
PASS bytesToHexString(privateKey.algorithm.publicExponent) is '010001'
PASS privateKey.algorithm.hash.name is 'SHA-1'
PASS privateKey.usages is ['sign']
PASS successfullyParsed is true
TEST COMPLETE