Skip to main content
Certificate.prototype.verifySpkac - Node documentation
method Certificate.prototype.verifySpkac

Usage in Deno

import { 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.