method Certificate.prototype.verifySpkac Usage in Deno```typescript import { Certificate } from "node:node__crypto.d.ts"; ``` Certificate.prototype.verifySpkac(spkac: ArrayBufferView): boolean Deprecated Parameters spkac: ArrayBufferView Return Type boolean `true` if the given `spkac` data structure is valid, `false` otherwise.