@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Function defaultOcspPost

    • Default OCSP round trip for GigaPdfDoc.signLtv: POST the DER OCSPRequest to url as application/ocsp-request and return the raw OCSPResponse body. No SSRF allow-listing — the URL comes from the certificate's AIA extension; pass revocationFetch to restrict it.

      Parameters

      • req: Uint8Array
      • url: string

      Returns Promise<Uint8Array<ArrayBufferLike>>