method Certificate.prototype.exportPublicKey
Usage in Deno
import { Certificate } from "node:crypto";
Certificate.prototype.exportPublicKey(spkac: BinaryLike,encoding?: string,): Buffer
Deprecated
spkac: BinaryLike
Buffer
The public key component of the spkac
data structure,
which includes a public key and a challenge.