You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I would like to import the PEM data back to a CrytpoKey. Always in the same example file there's a method: pkijs.RSAPrivateKey.fromBER(decryptedKey) to create a RSAPrivateKey from the decrypted private key but I can't find a way to create a CrytpoKey instead or to import the RSAPrivateKey into a CrytpoKey.
The text was updated successfully, but these errors were encountered:
Hi,
I followed the example at
PKI.js/examples/OpenSSLPrivateKeyEncryption/es6.ts
Line 10 in ace03e1
Now I would like to import the PEM data back to a CrytpoKey. Always in the same example file there's a method:
pkijs.RSAPrivateKey.fromBER(decryptedKey)
to create a RSAPrivateKey from the decrypted private key but I can't find a way to create a CrytpoKey instead or to import the RSAPrivateKey into a CrytpoKey.The text was updated successfully, but these errors were encountered: