| OLD | NEW |
| 1 Tests structured cloning of RSA public keys (without a hash) | 1 Tests structured cloning of RSA public keys (without a hash) |
| 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 PASS importedKey.extraProperty is "hi" | 6 PASS importedKey.extraProperty is "hi" |
| 7 PASS importedKey.type is "public" | 7 PASS importedKey.type is "public" |
| 8 PASS typeof importedKey.extractable is 'boolean' | 8 PASS typeof importedKey.extractable is 'boolean' |
| 9 PASS importedKey.extractable is true | 9 PASS importedKey.extractable is true |
| 10 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 10 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 11 PASS importedKey.algorithm.modulusLength is 1024 | 11 PASS importedKey.algorithm.modulusLength is 1024 |
| 12 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 12 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 13 PASS importedKey.algorithm.hash is undefined. | 13 PASS importedKey.algorithm.hash is undefined. |
| 14 PASS importedKey.usages.join(',') is "" | 14 PASS importedKey.usages.join(',') is "" |
| 15 PASS importedKey != clonedKey is true | 15 PASS importedKey is not clonedKey |
| 16 PASS clonedKey.extraProperty is undefined. | 16 PASS clonedKey.extraProperty is undefined. |
| 17 PASS clonedKey.type is "public" | 17 PASS clonedKey.type is "public" |
| 18 PASS typeof clonedKey.extractable is 'boolean' | 18 PASS typeof clonedKey.extractable is 'boolean' |
| 19 PASS clonedKey.extractable is true | 19 PASS clonedKey.extractable is true |
| 20 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 20 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 21 PASS clonedKey.algorithm.modulusLength is 1024 | 21 PASS clonedKey.algorithm.modulusLength is 1024 |
| 22 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 22 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 23 PASS clonedKey.algorithm.hash is undefined. | 23 PASS clonedKey.algorithm.hash is undefined. |
| 24 PASS clonedKey.usages.join(',') is "" | 24 PASS clonedKey.usages.join(',') is "" |
| 25 Serialized key bytes: 3f004b03040180080301000101a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 | 25 Serialized key bytes: 3f004b03040180080301000101a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 |
| 26 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003
818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567
3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886
68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255
fcee05ce7b8af213879f017de4232a306a410203010001] and was | 26 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003
818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567
3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886
68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255
fcee05ce7b8af213879f017de4232a306a410203010001] and was |
| 27 | 27 |
| 28 PASS importedKey.extraProperty is "hi" | 28 PASS importedKey.extraProperty is "hi" |
| 29 PASS importedKey.type is "public" | 29 PASS importedKey.type is "public" |
| 30 PASS typeof importedKey.extractable is 'boolean' | 30 PASS typeof importedKey.extractable is 'boolean' |
| 31 PASS importedKey.extractable is true | 31 PASS importedKey.extractable is true |
| 32 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 32 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 33 PASS importedKey.algorithm.modulusLength is 2048 | 33 PASS importedKey.algorithm.modulusLength is 2048 |
| 34 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 34 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 35 PASS importedKey.algorithm.hash is undefined. | 35 PASS importedKey.algorithm.hash is undefined. |
| 36 PASS importedKey.usages.join(',') is "" | 36 PASS importedKey.usages.join(',') is "" |
| 37 PASS importedKey != clonedKey is true | 37 PASS importedKey is not clonedKey |
| 38 PASS clonedKey.extraProperty is undefined. | 38 PASS clonedKey.extraProperty is undefined. |
| 39 PASS clonedKey.type is "public" | 39 PASS clonedKey.type is "public" |
| 40 PASS typeof clonedKey.extractable is 'boolean' | 40 PASS typeof clonedKey.extractable is 'boolean' |
| 41 PASS clonedKey.extractable is true | 41 PASS clonedKey.extractable is true |
| 42 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 42 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 43 PASS clonedKey.algorithm.modulusLength is 2048 | 43 PASS clonedKey.algorithm.modulusLength is 2048 |
| 44 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 44 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 45 PASS clonedKey.algorithm.hash is undefined. | 45 PASS clonedKey.algorithm.hash is undefined. |
| 46 PASS clonedKey.usages.join(',') is "" | 46 PASS clonedKey.usages.join(',') is "" |
| 47 Serialized key bytes: 3f004b03040180100301000101a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 | 47 Serialized key bytes: 3f004b03040180100301000101a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 |
| 48 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500
0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6
b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a
dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193
68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b
7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5
1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7
7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was | 48 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500
0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6
b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a
dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193
68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b
7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5
1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7
7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was |
| 49 | 49 |
| 50 PASS importedKey.extraProperty is "hi" | 50 PASS importedKey.extraProperty is "hi" |
| 51 PASS importedKey.type is "public" | 51 PASS importedKey.type is "public" |
| 52 PASS typeof importedKey.extractable is 'boolean' | 52 PASS typeof importedKey.extractable is 'boolean' |
| 53 PASS importedKey.extractable is true | 53 PASS importedKey.extractable is true |
| 54 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 54 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 55 PASS importedKey.algorithm.modulusLength is 1024 | 55 PASS importedKey.algorithm.modulusLength is 1024 |
| 56 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 56 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 57 PASS importedKey.algorithm.hash is undefined. | 57 PASS importedKey.algorithm.hash is undefined. |
| 58 PASS importedKey.usages.join(',') is "encrypt" | 58 PASS importedKey.usages.join(',') is "encrypt" |
| 59 PASS importedKey != clonedKey is true | 59 PASS importedKey is not clonedKey |
| 60 PASS clonedKey.extraProperty is undefined. | 60 PASS clonedKey.extraProperty is undefined. |
| 61 PASS clonedKey.type is "public" | 61 PASS clonedKey.type is "public" |
| 62 PASS typeof clonedKey.extractable is 'boolean' | 62 PASS typeof clonedKey.extractable is 'boolean' |
| 63 PASS clonedKey.extractable is true | 63 PASS clonedKey.extractable is true |
| 64 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 64 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 65 PASS clonedKey.algorithm.modulusLength is 1024 | 65 PASS clonedKey.algorithm.modulusLength is 1024 |
| 66 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 66 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 67 PASS clonedKey.algorithm.hash is undefined. | 67 PASS clonedKey.algorithm.hash is undefined. |
| 68 PASS clonedKey.usages.join(',') is "encrypt" | 68 PASS clonedKey.usages.join(',') is "encrypt" |
| 69 Serialized key bytes: 3f004b03040180080301000103a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 | 69 Serialized key bytes: 3f004b03040180080301000103a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 |
| 70 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003
818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567
3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886
68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255
fcee05ce7b8af213879f017de4232a306a410203010001] and was | 70 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003
818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567
3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886
68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255
fcee05ce7b8af213879f017de4232a306a410203010001] and was |
| 71 | 71 |
| 72 PASS importedKey.extraProperty is "hi" | 72 PASS importedKey.extraProperty is "hi" |
| 73 PASS importedKey.type is "public" | 73 PASS importedKey.type is "public" |
| 74 PASS typeof importedKey.extractable is 'boolean' | 74 PASS typeof importedKey.extractable is 'boolean' |
| 75 PASS importedKey.extractable is true | 75 PASS importedKey.extractable is true |
| 76 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 76 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 77 PASS importedKey.algorithm.modulusLength is 2048 | 77 PASS importedKey.algorithm.modulusLength is 2048 |
| 78 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 78 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 79 PASS importedKey.algorithm.hash is undefined. | 79 PASS importedKey.algorithm.hash is undefined. |
| 80 PASS importedKey.usages.join(',') is "encrypt" | 80 PASS importedKey.usages.join(',') is "encrypt" |
| 81 PASS importedKey != clonedKey is true | 81 PASS importedKey is not clonedKey |
| 82 PASS clonedKey.extraProperty is undefined. | 82 PASS clonedKey.extraProperty is undefined. |
| 83 PASS clonedKey.type is "public" | 83 PASS clonedKey.type is "public" |
| 84 PASS typeof clonedKey.extractable is 'boolean' | 84 PASS typeof clonedKey.extractable is 'boolean' |
| 85 PASS clonedKey.extractable is true | 85 PASS clonedKey.extractable is true |
| 86 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 86 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 87 PASS clonedKey.algorithm.modulusLength is 2048 | 87 PASS clonedKey.algorithm.modulusLength is 2048 |
| 88 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 88 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 89 PASS clonedKey.algorithm.hash is undefined. | 89 PASS clonedKey.algorithm.hash is undefined. |
| 90 PASS clonedKey.usages.join(',') is "encrypt" | 90 PASS clonedKey.usages.join(',') is "encrypt" |
| 91 Serialized key bytes: 3f004b03040180100301000103a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 | 91 Serialized key bytes: 3f004b03040180100301000103a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 |
| 92 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500
0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6
b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a
dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193
68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b
7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5
1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7
7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was | 92 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500
0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6
b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a
dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193
68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b
7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5
1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7
7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was |
| 93 | 93 |
| 94 PASS importedKey.extraProperty is "hi" | 94 PASS importedKey.extraProperty is "hi" |
| 95 PASS importedKey.type is "public" | 95 PASS importedKey.type is "public" |
| 96 PASS typeof importedKey.extractable is 'boolean' | 96 PASS typeof importedKey.extractable is 'boolean' |
| 97 PASS importedKey.extractable is true | 97 PASS importedKey.extractable is true |
| 98 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 98 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 99 PASS importedKey.algorithm.modulusLength is 1024 | 99 PASS importedKey.algorithm.modulusLength is 1024 |
| 100 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 100 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 101 PASS importedKey.algorithm.hash is undefined. | 101 PASS importedKey.algorithm.hash is undefined. |
| 102 PASS importedKey.usages.join(',') is "decrypt,wrapKey" | 102 PASS importedKey.usages.join(',') is "decrypt,wrapKey" |
| 103 PASS importedKey != clonedKey is true | 103 PASS importedKey is not clonedKey |
| 104 PASS clonedKey.extraProperty is undefined. | 104 PASS clonedKey.extraProperty is undefined. |
| 105 PASS clonedKey.type is "public" | 105 PASS clonedKey.type is "public" |
| 106 PASS typeof clonedKey.extractable is 'boolean' | 106 PASS typeof clonedKey.extractable is 'boolean' |
| 107 PASS clonedKey.extractable is true | 107 PASS clonedKey.extractable is true |
| 108 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 108 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 109 PASS clonedKey.algorithm.modulusLength is 1024 | 109 PASS clonedKey.algorithm.modulusLength is 1024 |
| 110 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 110 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 111 PASS clonedKey.algorithm.hash is undefined. | 111 PASS clonedKey.algorithm.hash is undefined. |
| 112 PASS clonedKey.usages.join(',') is "decrypt,wrapKey" | 112 PASS clonedKey.usages.join(',') is "decrypt,wrapKey" |
| 113 Serialized key bytes: 3f004b03040180080301000145a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 | 113 Serialized key bytes: 3f004b03040180080301000145a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 |
| 114 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003
818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567
3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886
68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255
fcee05ce7b8af213879f017de4232a306a410203010001] and was | 114 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003
818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567
3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886
68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255
fcee05ce7b8af213879f017de4232a306a410203010001] and was |
| 115 | 115 |
| 116 PASS importedKey.extraProperty is "hi" | 116 PASS importedKey.extraProperty is "hi" |
| 117 PASS importedKey.type is "public" | 117 PASS importedKey.type is "public" |
| 118 PASS typeof importedKey.extractable is 'boolean' | 118 PASS typeof importedKey.extractable is 'boolean' |
| 119 PASS importedKey.extractable is true | 119 PASS importedKey.extractable is true |
| 120 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 120 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 121 PASS importedKey.algorithm.modulusLength is 2048 | 121 PASS importedKey.algorithm.modulusLength is 2048 |
| 122 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 122 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 123 PASS importedKey.algorithm.hash is undefined. | 123 PASS importedKey.algorithm.hash is undefined. |
| 124 PASS importedKey.usages.join(',') is "decrypt,wrapKey" | 124 PASS importedKey.usages.join(',') is "decrypt,wrapKey" |
| 125 PASS importedKey != clonedKey is true | 125 PASS importedKey is not clonedKey |
| 126 PASS clonedKey.extraProperty is undefined. | 126 PASS clonedKey.extraProperty is undefined. |
| 127 PASS clonedKey.type is "public" | 127 PASS clonedKey.type is "public" |
| 128 PASS typeof clonedKey.extractable is 'boolean' | 128 PASS typeof clonedKey.extractable is 'boolean' |
| 129 PASS clonedKey.extractable is true | 129 PASS clonedKey.extractable is true |
| 130 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 130 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 131 PASS clonedKey.algorithm.modulusLength is 2048 | 131 PASS clonedKey.algorithm.modulusLength is 2048 |
| 132 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 132 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 133 PASS clonedKey.algorithm.hash is undefined. | 133 PASS clonedKey.algorithm.hash is undefined. |
| 134 PASS clonedKey.usages.join(',') is "decrypt,wrapKey" | 134 PASS clonedKey.usages.join(',') is "decrypt,wrapKey" |
| 135 Serialized key bytes: 3f004b03040180100301000145a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 | 135 Serialized key bytes: 3f004b03040180100301000145a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 |
| 136 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500
0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6
b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a
dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193
68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b
7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5
1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7
7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was | 136 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500
0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6
b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a
dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193
68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b
7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5
1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7
7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was |
| 137 | 137 |
| 138 PASS importedKey.extraProperty is "hi" | 138 PASS importedKey.extraProperty is "hi" |
| 139 PASS importedKey.type is "public" | 139 PASS importedKey.type is "public" |
| 140 PASS typeof importedKey.extractable is 'boolean' | 140 PASS typeof importedKey.extractable is 'boolean' |
| 141 PASS importedKey.extractable is true | 141 PASS importedKey.extractable is true |
| 142 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 142 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 143 PASS importedKey.algorithm.modulusLength is 1024 | 143 PASS importedKey.algorithm.modulusLength is 1024 |
| 144 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 144 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 145 PASS importedKey.algorithm.hash is undefined. | 145 PASS importedKey.algorithm.hash is undefined. |
| 146 PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 146 PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 147 PASS importedKey != clonedKey is true | 147 PASS importedKey is not clonedKey |
| 148 PASS clonedKey.extraProperty is undefined. | 148 PASS clonedKey.extraProperty is undefined. |
| 149 PASS clonedKey.type is "public" | 149 PASS clonedKey.type is "public" |
| 150 PASS typeof clonedKey.extractable is 'boolean' | 150 PASS typeof clonedKey.extractable is 'boolean' |
| 151 PASS clonedKey.extractable is true | 151 PASS clonedKey.extractable is true |
| 152 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 152 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 153 PASS clonedKey.algorithm.modulusLength is 1024 | 153 PASS clonedKey.algorithm.modulusLength is 1024 |
| 154 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 154 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 155 PASS clonedKey.algorithm.hash is undefined. | 155 PASS clonedKey.algorithm.hash is undefined. |
| 156 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 156 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 157 Serialized key bytes: 3f004b030401800803010001c301a20130819f300d06092a864886f70d
010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b
6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490e
b7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a77
3c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001 | 157 Serialized key bytes: 3f004b030401800803010001c301a20130819f300d06092a864886f70d
010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b
6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490e
b7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a77
3c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001 |
| 158 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003
818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567
3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886
68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255
fcee05ce7b8af213879f017de4232a306a410203010001] and was | 158 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003
818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567
3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886
68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255
fcee05ce7b8af213879f017de4232a306a410203010001] and was |
| 159 | 159 |
| 160 PASS importedKey.extraProperty is "hi" | 160 PASS importedKey.extraProperty is "hi" |
| 161 PASS importedKey.type is "public" | 161 PASS importedKey.type is "public" |
| 162 PASS typeof importedKey.extractable is 'boolean' | 162 PASS typeof importedKey.extractable is 'boolean' |
| 163 PASS importedKey.extractable is true | 163 PASS importedKey.extractable is true |
| 164 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 164 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 165 PASS importedKey.algorithm.modulusLength is 2048 | 165 PASS importedKey.algorithm.modulusLength is 2048 |
| 166 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 166 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 167 PASS importedKey.algorithm.hash is undefined. | 167 PASS importedKey.algorithm.hash is undefined. |
| 168 PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 168 PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 169 PASS importedKey != clonedKey is true | 169 PASS importedKey is not clonedKey |
| 170 PASS clonedKey.extraProperty is undefined. | 170 PASS clonedKey.extraProperty is undefined. |
| 171 PASS clonedKey.type is "public" | 171 PASS clonedKey.type is "public" |
| 172 PASS typeof clonedKey.extractable is 'boolean' | 172 PASS typeof clonedKey.extractable is 'boolean' |
| 173 PASS clonedKey.extractable is true | 173 PASS clonedKey.extractable is true |
| 174 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 174 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 175 PASS clonedKey.algorithm.modulusLength is 2048 | 175 PASS clonedKey.algorithm.modulusLength is 2048 |
| 176 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 176 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 177 PASS clonedKey.algorithm.hash is undefined. | 177 PASS clonedKey.algorithm.hash is undefined. |
| 178 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 178 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 179 Serialized key bytes: 3f004b030401801003010001c301a60230820122300d06092a864886f7
0d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca87898
1108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062a
e506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48
e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d
82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf
39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d6278
5e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef02030100
01 | 179 Serialized key bytes: 3f004b030401801003010001c301a60230820122300d06092a864886f7
0d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca87898
1108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062a
e506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48
e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d
82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf
39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d6278
5e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef02030100
01 |
| 180 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500
0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6
b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a
dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193
68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b
7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5
1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7
7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was | 180 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500
0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6
b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a
dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193
68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b
7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5
1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7
7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was |
| 181 | 181 |
| 182 PASS importedKey.extraProperty is "hi" | 182 PASS importedKey.extraProperty is "hi" |
| 183 PASS importedKey.type is "public" | 183 PASS importedKey.type is "public" |
| 184 PASS typeof importedKey.extractable is 'boolean' | 184 PASS typeof importedKey.extractable is 'boolean' |
| 185 PASS importedKey.extractable is false | 185 PASS importedKey.extractable is false |
| 186 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 186 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 187 PASS importedKey.algorithm.modulusLength is 1024 | 187 PASS importedKey.algorithm.modulusLength is 1024 |
| 188 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 188 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 189 PASS importedKey.algorithm.hash is undefined. | 189 PASS importedKey.algorithm.hash is undefined. |
| 190 PASS importedKey.usages.join(',') is "" | 190 PASS importedKey.usages.join(',') is "" |
| 191 PASS importedKey != clonedKey is true | 191 PASS importedKey is not clonedKey |
| 192 PASS clonedKey.extraProperty is undefined. | 192 PASS clonedKey.extraProperty is undefined. |
| 193 PASS clonedKey.type is "public" | 193 PASS clonedKey.type is "public" |
| 194 PASS typeof clonedKey.extractable is 'boolean' | 194 PASS typeof clonedKey.extractable is 'boolean' |
| 195 PASS clonedKey.extractable is false | 195 PASS clonedKey.extractable is false |
| 196 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 196 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 197 PASS clonedKey.algorithm.modulusLength is 1024 | 197 PASS clonedKey.algorithm.modulusLength is 1024 |
| 198 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 198 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 199 PASS clonedKey.algorithm.hash is undefined. | 199 PASS clonedKey.algorithm.hash is undefined. |
| 200 PASS clonedKey.usages.join(',') is "" | 200 PASS clonedKey.usages.join(',') is "" |
| 201 Serialized key bytes: 3f004b03040180080301000100a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 | 201 Serialized key bytes: 3f004b03040180080301000100a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 |
| 202 | 202 |
| 203 PASS importedKey.extraProperty is "hi" | 203 PASS importedKey.extraProperty is "hi" |
| 204 PASS importedKey.type is "public" | 204 PASS importedKey.type is "public" |
| 205 PASS typeof importedKey.extractable is 'boolean' | 205 PASS typeof importedKey.extractable is 'boolean' |
| 206 PASS importedKey.extractable is false | 206 PASS importedKey.extractable is false |
| 207 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 207 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 208 PASS importedKey.algorithm.modulusLength is 2048 | 208 PASS importedKey.algorithm.modulusLength is 2048 |
| 209 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 209 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 210 PASS importedKey.algorithm.hash is undefined. | 210 PASS importedKey.algorithm.hash is undefined. |
| 211 PASS importedKey.usages.join(',') is "" | 211 PASS importedKey.usages.join(',') is "" |
| 212 PASS importedKey != clonedKey is true | 212 PASS importedKey is not clonedKey |
| 213 PASS clonedKey.extraProperty is undefined. | 213 PASS clonedKey.extraProperty is undefined. |
| 214 PASS clonedKey.type is "public" | 214 PASS clonedKey.type is "public" |
| 215 PASS typeof clonedKey.extractable is 'boolean' | 215 PASS typeof clonedKey.extractable is 'boolean' |
| 216 PASS clonedKey.extractable is false | 216 PASS clonedKey.extractable is false |
| 217 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 217 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 218 PASS clonedKey.algorithm.modulusLength is 2048 | 218 PASS clonedKey.algorithm.modulusLength is 2048 |
| 219 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 219 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 220 PASS clonedKey.algorithm.hash is undefined. | 220 PASS clonedKey.algorithm.hash is undefined. |
| 221 PASS clonedKey.usages.join(',') is "" | 221 PASS clonedKey.usages.join(',') is "" |
| 222 Serialized key bytes: 3f004b03040180100301000100a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 | 222 Serialized key bytes: 3f004b03040180100301000100a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 |
| 223 | 223 |
| 224 PASS importedKey.extraProperty is "hi" | 224 PASS importedKey.extraProperty is "hi" |
| 225 PASS importedKey.type is "public" | 225 PASS importedKey.type is "public" |
| 226 PASS typeof importedKey.extractable is 'boolean' | 226 PASS typeof importedKey.extractable is 'boolean' |
| 227 PASS importedKey.extractable is false | 227 PASS importedKey.extractable is false |
| 228 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 228 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 229 PASS importedKey.algorithm.modulusLength is 1024 | 229 PASS importedKey.algorithm.modulusLength is 1024 |
| 230 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 230 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 231 PASS importedKey.algorithm.hash is undefined. | 231 PASS importedKey.algorithm.hash is undefined. |
| 232 PASS importedKey.usages.join(',') is "encrypt" | 232 PASS importedKey.usages.join(',') is "encrypt" |
| 233 PASS importedKey != clonedKey is true | 233 PASS importedKey is not clonedKey |
| 234 PASS clonedKey.extraProperty is undefined. | 234 PASS clonedKey.extraProperty is undefined. |
| 235 PASS clonedKey.type is "public" | 235 PASS clonedKey.type is "public" |
| 236 PASS typeof clonedKey.extractable is 'boolean' | 236 PASS typeof clonedKey.extractable is 'boolean' |
| 237 PASS clonedKey.extractable is false | 237 PASS clonedKey.extractable is false |
| 238 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 238 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 239 PASS clonedKey.algorithm.modulusLength is 1024 | 239 PASS clonedKey.algorithm.modulusLength is 1024 |
| 240 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 240 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 241 PASS clonedKey.algorithm.hash is undefined. | 241 PASS clonedKey.algorithm.hash is undefined. |
| 242 PASS clonedKey.usages.join(',') is "encrypt" | 242 PASS clonedKey.usages.join(',') is "encrypt" |
| 243 Serialized key bytes: 3f004b03040180080301000102a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 | 243 Serialized key bytes: 3f004b03040180080301000102a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 |
| 244 | 244 |
| 245 PASS importedKey.extraProperty is "hi" | 245 PASS importedKey.extraProperty is "hi" |
| 246 PASS importedKey.type is "public" | 246 PASS importedKey.type is "public" |
| 247 PASS typeof importedKey.extractable is 'boolean' | 247 PASS typeof importedKey.extractable is 'boolean' |
| 248 PASS importedKey.extractable is false | 248 PASS importedKey.extractable is false |
| 249 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 249 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 250 PASS importedKey.algorithm.modulusLength is 2048 | 250 PASS importedKey.algorithm.modulusLength is 2048 |
| 251 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 251 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 252 PASS importedKey.algorithm.hash is undefined. | 252 PASS importedKey.algorithm.hash is undefined. |
| 253 PASS importedKey.usages.join(',') is "encrypt" | 253 PASS importedKey.usages.join(',') is "encrypt" |
| 254 PASS importedKey != clonedKey is true | 254 PASS importedKey is not clonedKey |
| 255 PASS clonedKey.extraProperty is undefined. | 255 PASS clonedKey.extraProperty is undefined. |
| 256 PASS clonedKey.type is "public" | 256 PASS clonedKey.type is "public" |
| 257 PASS typeof clonedKey.extractable is 'boolean' | 257 PASS typeof clonedKey.extractable is 'boolean' |
| 258 PASS clonedKey.extractable is false | 258 PASS clonedKey.extractable is false |
| 259 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 259 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 260 PASS clonedKey.algorithm.modulusLength is 2048 | 260 PASS clonedKey.algorithm.modulusLength is 2048 |
| 261 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 261 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 262 PASS clonedKey.algorithm.hash is undefined. | 262 PASS clonedKey.algorithm.hash is undefined. |
| 263 PASS clonedKey.usages.join(',') is "encrypt" | 263 PASS clonedKey.usages.join(',') is "encrypt" |
| 264 Serialized key bytes: 3f004b03040180100301000102a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 | 264 Serialized key bytes: 3f004b03040180100301000102a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 |
| 265 | 265 |
| 266 PASS importedKey.extraProperty is "hi" | 266 PASS importedKey.extraProperty is "hi" |
| 267 PASS importedKey.type is "public" | 267 PASS importedKey.type is "public" |
| 268 PASS typeof importedKey.extractable is 'boolean' | 268 PASS typeof importedKey.extractable is 'boolean' |
| 269 PASS importedKey.extractable is false | 269 PASS importedKey.extractable is false |
| 270 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 270 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 271 PASS importedKey.algorithm.modulusLength is 1024 | 271 PASS importedKey.algorithm.modulusLength is 1024 |
| 272 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 272 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 273 PASS importedKey.algorithm.hash is undefined. | 273 PASS importedKey.algorithm.hash is undefined. |
| 274 PASS importedKey.usages.join(',') is "decrypt,wrapKey" | 274 PASS importedKey.usages.join(',') is "decrypt,wrapKey" |
| 275 PASS importedKey != clonedKey is true | 275 PASS importedKey is not clonedKey |
| 276 PASS clonedKey.extraProperty is undefined. | 276 PASS clonedKey.extraProperty is undefined. |
| 277 PASS clonedKey.type is "public" | 277 PASS clonedKey.type is "public" |
| 278 PASS typeof clonedKey.extractable is 'boolean' | 278 PASS typeof clonedKey.extractable is 'boolean' |
| 279 PASS clonedKey.extractable is false | 279 PASS clonedKey.extractable is false |
| 280 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 280 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 281 PASS clonedKey.algorithm.modulusLength is 1024 | 281 PASS clonedKey.algorithm.modulusLength is 1024 |
| 282 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 282 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 283 PASS clonedKey.algorithm.hash is undefined. | 283 PASS clonedKey.algorithm.hash is undefined. |
| 284 PASS clonedKey.usages.join(',') is "decrypt,wrapKey" | 284 PASS clonedKey.usages.join(',') is "decrypt,wrapKey" |
| 285 Serialized key bytes: 3f004b03040180080301000144a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 | 285 Serialized key bytes: 3f004b03040180080301000144a20130819f300d06092a864886f70d01
0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60
98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7
cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c
97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 |
| 286 | 286 |
| 287 PASS importedKey.extraProperty is "hi" | 287 PASS importedKey.extraProperty is "hi" |
| 288 PASS importedKey.type is "public" | 288 PASS importedKey.type is "public" |
| 289 PASS typeof importedKey.extractable is 'boolean' | 289 PASS typeof importedKey.extractable is 'boolean' |
| 290 PASS importedKey.extractable is false | 290 PASS importedKey.extractable is false |
| 291 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 291 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 292 PASS importedKey.algorithm.modulusLength is 2048 | 292 PASS importedKey.algorithm.modulusLength is 2048 |
| 293 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 293 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 294 PASS importedKey.algorithm.hash is undefined. | 294 PASS importedKey.algorithm.hash is undefined. |
| 295 PASS importedKey.usages.join(',') is "decrypt,wrapKey" | 295 PASS importedKey.usages.join(',') is "decrypt,wrapKey" |
| 296 PASS importedKey != clonedKey is true | 296 PASS importedKey is not clonedKey |
| 297 PASS clonedKey.extraProperty is undefined. | 297 PASS clonedKey.extraProperty is undefined. |
| 298 PASS clonedKey.type is "public" | 298 PASS clonedKey.type is "public" |
| 299 PASS typeof clonedKey.extractable is 'boolean' | 299 PASS typeof clonedKey.extractable is 'boolean' |
| 300 PASS clonedKey.extractable is false | 300 PASS clonedKey.extractable is false |
| 301 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 301 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 302 PASS clonedKey.algorithm.modulusLength is 2048 | 302 PASS clonedKey.algorithm.modulusLength is 2048 |
| 303 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 303 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 304 PASS clonedKey.algorithm.hash is undefined. | 304 PASS clonedKey.algorithm.hash is undefined. |
| 305 PASS clonedKey.usages.join(',') is "decrypt,wrapKey" | 305 PASS clonedKey.usages.join(',') is "decrypt,wrapKey" |
| 306 Serialized key bytes: 3f004b03040180100301000144a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 | 306 Serialized key bytes: 3f004b03040180100301000144a60230820122300d06092a864886f70d
01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811
08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5
06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8
923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82
518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39
c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e
00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
00 |
| 307 | 307 |
| 308 PASS importedKey.extraProperty is "hi" | 308 PASS importedKey.extraProperty is "hi" |
| 309 PASS importedKey.type is "public" | 309 PASS importedKey.type is "public" |
| 310 PASS typeof importedKey.extractable is 'boolean' | 310 PASS typeof importedKey.extractable is 'boolean' |
| 311 PASS importedKey.extractable is false | 311 PASS importedKey.extractable is false |
| 312 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 312 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 313 PASS importedKey.algorithm.modulusLength is 1024 | 313 PASS importedKey.algorithm.modulusLength is 1024 |
| 314 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 314 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 315 PASS importedKey.algorithm.hash is undefined. | 315 PASS importedKey.algorithm.hash is undefined. |
| 316 PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 316 PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 317 PASS importedKey != clonedKey is true | 317 PASS importedKey is not clonedKey |
| 318 PASS clonedKey.extraProperty is undefined. | 318 PASS clonedKey.extraProperty is undefined. |
| 319 PASS clonedKey.type is "public" | 319 PASS clonedKey.type is "public" |
| 320 PASS typeof clonedKey.extractable is 'boolean' | 320 PASS typeof clonedKey.extractable is 'boolean' |
| 321 PASS clonedKey.extractable is false | 321 PASS clonedKey.extractable is false |
| 322 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 322 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 323 PASS clonedKey.algorithm.modulusLength is 1024 | 323 PASS clonedKey.algorithm.modulusLength is 1024 |
| 324 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 324 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 325 PASS clonedKey.algorithm.hash is undefined. | 325 PASS clonedKey.algorithm.hash is undefined. |
| 326 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 326 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 327 Serialized key bytes: 3f004b030401800803010001c201a20130819f300d06092a864886f70d
010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b
6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490e
b7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a77
3c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001 | 327 Serialized key bytes: 3f004b030401800803010001c201a20130819f300d06092a864886f70d
010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b
6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490e
b7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a77
3c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001 |
| 328 | 328 |
| 329 PASS importedKey.extraProperty is "hi" | 329 PASS importedKey.extraProperty is "hi" |
| 330 PASS importedKey.type is "public" | 330 PASS importedKey.type is "public" |
| 331 PASS typeof importedKey.extractable is 'boolean' | 331 PASS typeof importedKey.extractable is 'boolean' |
| 332 PASS importedKey.extractable is false | 332 PASS importedKey.extractable is false |
| 333 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 333 PASS importedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 334 PASS importedKey.algorithm.modulusLength is 2048 | 334 PASS importedKey.algorithm.modulusLength is 2048 |
| 335 PASS: importedKey.algorithm.publicExponent should be [010001] and was | 335 PASS: importedKey.algorithm.publicExponent should be [010001] and was |
| 336 PASS importedKey.algorithm.hash is undefined. | 336 PASS importedKey.algorithm.hash is undefined. |
| 337 PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 337 PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 338 PASS importedKey != clonedKey is true | 338 PASS importedKey is not clonedKey |
| 339 PASS clonedKey.extraProperty is undefined. | 339 PASS clonedKey.extraProperty is undefined. |
| 340 PASS clonedKey.type is "public" | 340 PASS clonedKey.type is "public" |
| 341 PASS typeof clonedKey.extractable is 'boolean' | 341 PASS typeof clonedKey.extractable is 'boolean' |
| 342 PASS clonedKey.extractable is false | 342 PASS clonedKey.extractable is false |
| 343 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" | 343 PASS clonedKey.algorithm.name is "RSAES-PKCS1-v1_5" |
| 344 PASS clonedKey.algorithm.modulusLength is 2048 | 344 PASS clonedKey.algorithm.modulusLength is 2048 |
| 345 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 345 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 346 PASS clonedKey.algorithm.hash is undefined. | 346 PASS clonedKey.algorithm.hash is undefined. |
| 347 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 347 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 348 Serialized key bytes: 3f004b030401801003010001c201a60230820122300d06092a864886f7
0d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca87898
1108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062a
e506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48
e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d
82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf
39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d6278
5e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef02030100
01 | 348 Serialized key bytes: 3f004b030401801003010001c201a60230820122300d06092a864886f7
0d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca87898
1108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062a
e506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48
e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d
82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf
39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d6278
5e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef02030100
01 |
| 349 | 349 |
| 350 PASS successfullyParsed is true | 350 PASS successfullyParsed is true |
| 351 | 351 |
| 352 TEST COMPLETE | 352 TEST COMPLETE |
| 353 | 353 |
| OLD | NEW |