* Returns the KeyObjectHandle wrapping the KeyObject's underlying key * material. * @param {KeyObject} key * @returns {KeyObjectHandle}
(key)
| 887 | * @returns {KeyObjectHandle} |
| 888 | */ |
| 889 | function getKeyObjectHandle(key) { |
| 890 | return getKeyObjectSlots(key)[kKeyObjectSlotHandle]; |
| 891 | } |
| 892 | |
| 893 | /** |
| 894 | * Returns the KeyObject's symmetric key size, bypassing the public |
no outgoing calls
no test coverage detected
searching dependent graphs…