You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Hey , I try to use 'importkey' on safari 11 and also on outlook for mac and both I get error. window.crypto.subtle.importKey( "jwk", { "kty": "RSA", "e": difensoPublicKeyE, "n": difensoPublicKeyN, "alg": "RSA-OAEP", "ext": true }, { / name: "RSA-OAEP", hash: { name: "SHA-1" }, }, true, ["encrypt"] ).then(function (publicKey) {
Then I get this error: OpeartionTypeError: Member JsonWebKey.kty is required and must be an instance of DOMString
Not matter what I try it's same error... maybe someone can help please?
Thx
The text was updated successfully, but these errors were encountered:
Hey , I try to use 'importkey' on safari 11 and also on outlook for mac and both I get error.
window.crypto.subtle.importKey( "jwk", { "kty": "RSA", "e": difensoPublicKeyE, "n": difensoPublicKeyN, "alg": "RSA-OAEP", "ext": true }, { / name: "RSA-OAEP", hash: { name: "SHA-1" }, }, true, ["encrypt"] ).then(function (publicKey) {
Then I get this error:
OpeartionTypeError: Member JsonWebKey.kty is required and must be an instance of DOMString
Not matter what I try it's same error... maybe someone can help please?
Thx
The text was updated successfully, but these errors were encountered: