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 different curves, the Java code secp256r1 (aka P-256), the