Skip to main content

asymmetricKeySize

property KeyObject.prototype.asymmetricKeySize

For asymmetric keys, this property represents the size of the embedded key in bytes. This property is undefined for symmetric keys.

number | undefined
Back to top