Skip to main content

symmetricKeySize

property KeyObject.prototype.symmetricKeySize

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

number | undefined
Back to top