There isn't a way to produce encrypted public/private (PEM) keypairs at this time. This should be added to the library. Dev Note: webcrypto's [wrapKey](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/wrapKey#subjectpublickeyinfo_wrap) should work while Node's [createprivatekey](https://nodejs.org/api/crypto.html#cryptocreateprivatekeykey) will work on older runtimes.
There isn't a way to produce encrypted public/private (PEM) keypairs at this time. This should be added to the library.
Dev Note: webcrypto's wrapKey should work while Node's createprivatekey will work on older runtimes.