blob: 39ac2d3b95f8361cce3bd69f70fba82b3bed6be6 [file] [log] [blame]
Test importing a JWK RSAES-PKCS1-v1_5 public key with minimum information
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Importing a key...
PASS publicKey.type is 'public'
PASS publicKey.extractable is true
PASS publicKey.algorithm.name is 'RSAES-PKCS1-v1_5'
PASS publicKey.algorithm.modulusLength is 2048
PASS bytesToHexString(publicKey.algorithm.publicExponent) is '010001'
PASS publicKey.algorithm.hash is undefined.
PASS publicKey.usages is ['encrypt']
PASS successfullyParsed is true
TEST COMPLETE