I’m generating the Public and Private key by using the Native Browser crypto API as below: Then I’ll export the publicKey by using the exportKey function under the window.crypto.subtle as below: If you have any suggestions, please let me know and help me to fix this issue. Answer Both codes use di…