Nutrient Web SDK
    Preparing search index...

    Type Alias SignatureCallbackResponsePkcs7

    Represents the result of a signing process that returns a PKCS#7 (CMS) signature.

    type SignatureCallbackResponsePkcs7 = {
        ocspResponses?: OcspResponse[];
        pkcs7: ArrayBuffer;
    }
    Index

    Properties

    ocspResponses?: OcspResponse[]

    Optional array of OCSP responses. Required if the signature needs to be LTV enabled.

    The DER-encoded PKCS#7 signature as an ArrayBuffer.