Certificate.prototype.verifySpkac - Node documentation
method Certificate.prototype.verifySpkac

Usage

import { Certificate } from "node:crypto";

Parameters

spkac: ArrayBufferView

Return Type

boolean

true if the given spkac data structure is valid, false otherwise.