lioxp
lioxp12mo ago

Error: Not implemented: crypto.KeyObject.prototype.asymmetricKeyType

Hello. Im trying to create a RSA Keypair, using the node crypto.generateKeyPair function, but i get this error. Is there anything I can do to still use that API?
1 Reply
lioxp
lioxp12mo ago
Error: Not implemented: crypto.KeyObject.prototype.asymmetricKeyType
at notImplemented (ext:deno_node/_utils.ts:9:11)
at KeyObject.export (ext:deno_node/internal/crypto/keys.ts:84:9)
at ext:deno_node/internal/crypto/keygen.ts:50:45
at eventLoopTick (ext:core/01_core.js:183:11)
Error: Not implemented: crypto.KeyObject.prototype.asymmetricKeyType
at notImplemented (ext:deno_node/_utils.ts:9:11)
at KeyObject.export (ext:deno_node/internal/crypto/keys.ts:84:9)
at ext:deno_node/internal/crypto/keygen.ts:50:45
at eventLoopTick (ext:core/01_core.js:183:11)