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

Usage in Deno

import { Certificate } from "node:crypto";
Certificate.prototype.exportChallenge(spkac: BinaryLike): Buffer
Deprecated

Parameters

spkac: BinaryLike

Return Type

Buffer

The challenge component of the spkac data structure, which includes a public key and a challenge.