CryptoExportImportManager
CryptoExportImportManager copied to clipboard
JWK to SecKeyRef?
Hi there!
I'm needing to implement JOSE cryptography into an SDK I'm writing. The blocker I've run into is attempting to convert a JWK (either RSA and EC) into a SecKeyRef in order to verify the signature on the JWE. Have you found a solution for that yet?
Thanks!