Nutrient Web SDK
    Preparing search index...

    Type Alias OcspResponse

    Represents an OCSP (Online Certificate Status Protocol) response.

    type OcspResponse = {
        body: ArrayBuffer;
        serialNumber: string;
    }
    Index

    Properties

    Properties

    The OCSP response body as an ArrayBuffer (DER-encoded structure), as defined in [RFC6960]https://www.rfc-editor.org/info/rfc6960.

    serialNumber: string

    The serial number of the certificate whose revocation status was checked.