Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: LayoutTests/crypto/clone-rsaHashedKey-public-expected.txt

Issue 195543002: [webcrypto] Implement structured clone of keys (blink-side). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update serialized-script-value.html for version bump Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/crypto/clone-rsaHashedKey-public.html ('k') | LayoutTests/crypto/clone-rsaKey-public.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/clone-rsaHashedKey-public-expected.txt
diff --git a/LayoutTests/crypto/clone-rsaHashedKey-public-expected.txt b/LayoutTests/crypto/clone-rsaHashedKey-public-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2700a51a53a78701e6e1405b1883466a1bcddac9
--- /dev/null
+++ b/LayoutTests/crypto/clone-rsaHashedKey-public-expected.txt
@@ -0,0 +1,1041 @@
+Tests structured cloning of RSA keys (with a hash)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018008030100010501a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018008030100010601a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018008030100010801a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018010030100010501a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018010030100010601a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018010030100010801a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018008030100010509a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018008030100010609a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018008030100010809a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018010030100010509a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018010030100010609a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018010030100010809a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018008030100010511a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018008030100010611a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018008030100010811a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018010030100010511a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018010030100010611a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018010030100010811a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018008030100010519a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018008030100010619a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018008030100010819a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018010030100010519a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018010030100010619a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018010030100010819a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+PASS: Cloned key exported data should be [30820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018008030100010500a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018008030100010600a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018008030100010800a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018010030100010500a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018010030100010600a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0403018010030100010800a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018008030100010508a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018008030100010608a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018008030100010808a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018010030100010508a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018010030100010608a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "sign"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "sign"
+Serialized key bytes: ff053f004b0403018010030100010808a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018008030100010510a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018008030100010610a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018008030100010810a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018010030100010510a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018010030100010610a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "verify"
+Serialized key bytes: ff053f004b0403018010030100010810a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018008030100010518a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018008030100010618a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 1024
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 1024
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018008030100010818a20130819f300d06092a864886f70d010101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018010030100010518a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018010030100010618a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "public"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS importedKey.algorithm.modulusLength is 2048
+PASS: importedKey.algorithm.publicExponent should be [010001] and was
+PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS importedKey.usages.join(',') is "sign,verify"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "public"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
+PASS clonedKey.algorithm.modulusLength is 2048
+PASS: clonedKey.algorithm.publicExponent should be [010001] and was
+PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS clonedKey.usages.join(',') is "sign,verify"
+Serialized key bytes: ff053f004b0403018010030100010818a60230820122300d06092a864886f70d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/crypto/clone-rsaHashedKey-public.html ('k') | LayoutTests/crypto/clone-rsaKey-public.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698