method Certificate.prototype.exportChallenge
Usage in Deno
```typescript import { Certificate } from "node:node__crypto.d.ts"; ```
Certificate.prototype.exportChallenge(spkac: BinaryLike): Buffer
Deprecated
spkac: BinaryLike
Buffer
The challenge component of the `spkac` data structure,
which includes a public key and a challenge.