method Certificate.prototype.verifySpkac Usageimport { Certificate } from "node:crypto"; Deprecated Certificate.prototype.verifySpkac(spkac: ArrayBufferView): boolean Parameters spkac: ArrayBufferView Return Type boolean true if the given spkac data structure is valid, false otherwise.