|
@@ -1,11 +1,11 @@
|
|
|
generateKey with RSA-OAEP algorithm
|
|
|
publicKey: [object CryptoKey]
|
|
|
-publicKey algorithm: {"name":"RSA-OAEP","modulusLength":512,"publicExponent":{"0":0,"1":1,"2":0},"hash":"SHA-256"}
|
|
|
+publicKey algorithm: {"name":"RSA-OAEP","modulusLength":512,"publicExponent":{"0":1,"1":0,"2":1},"hash":"SHA-256"}
|
|
|
publicKey type: public
|
|
|
publicKey extractable: true
|
|
|
publicKey usages: encrypt,wrapKey
|
|
|
privateKey: [object CryptoKey]
|
|
|
-privateKey algorithm: {"name":"RSA-OAEP","modulusLength":512,"publicExponent":{"0":0,"1":1,"2":0},"hash":"SHA-256"}
|
|
|
+privateKey algorithm: {"name":"RSA-OAEP","modulusLength":512,"publicExponent":{"0":1,"1":0,"2":1},"hash":"SHA-256"}
|
|
|
privateKey type: private
|
|
|
privateKey extractable: true
|
|
|
privateKey usages: decrypt,unwrapKey
|