Imports a PEM-formatted public key string into a native Web Crypto API CryptoKey object.
The PEM-formatted public key string
The signature algorithm identifier (default: keys.SignKey)
The hash algorithm identifier (default: keys.Algorithm)
A promise resolving to the imported CryptoKey
Imports a PEM-formatted public key string into a native Web Crypto API CryptoKey object.