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