This repository was archived by the owner on Oct 23, 2020. It is now read-only.
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
Imported RSA keys should have modulusLength and publicExponent #16
Closed
Description
Generated RSA keys correctly set key.algorithm
to an object with modulusLength
and publicExponent
properties. However, imported RSA keys are missing these properties since there is no easy way to determine them based on a KeyObject
.
This could also be solved via nodejs/node#26854.