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