method Certificate.prototype.exportPublicKey
Jump to headingCertificate.prototype.exportPublicKey(spkac: BinaryLike,encoding?: string,): BufferParameters Jump to heading
Jump to headingspkac: BinaryLikeoptional
Jump to headingencoding: stringThe encoding of the spkac string.
Return Type Jump to heading
BufferThe public key component of the spkac data structure,
which includes a public key and a challenge.