Skip to main content
method Certificate.prototype.exportChallenge
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.

Back to top