deno.com
method Certificate.prototype.exportPublicKey
#Certificate.prototype.exportPublicKey(
spkac: BinaryLike,
encoding?: string,
): Buffer

Parameters #

optional
#encoding: string

The encoding of the spkac string.

Return Type #

Buffer

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