pdf-lite - v1.0.1
    Preparing search index...

    Type Alias RevocationInfo

    Revocation information for certificate validation.

    type RevocationInfo = {
        crls?: ByteArray[];
        ocsps?: ByteArray[];
        otherRevInfo?: { type: string; value: ByteArray }[];
    }
    Index

    Properties

    crls?: ByteArray[]

    Certificate Revocation Lists (CRLs).

    ocsps?: ByteArray[]

    OCSP responses.

    otherRevInfo?: { type: string; value: ByteArray }[]

    Other revocation information types.