OLD | NEW |
1 Test unwrapping an RSA key with AES-CBC. | 1 Test unwrapping an RSA key with AES-CBC. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Importing an unwrapping key... | 6 Importing an unwrapping key... |
7 PASS unwrappingKey.algorithm.name is 'AES-CBC' | 7 PASS unwrappingKey.algorithm.name is 'AES-CBC' |
8 Unwrapping a key... | 8 Unwrapping a key... |
9 error is: DataError: The required JWK member "kty" was missing | 9 error is: DataError: The required JWK member "kty" was missing |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |