Skip to main content
property KeyObject.prototype.symmetricKeySize

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

Type

number | undefined
Back to top