Kill the Clipboard - SMART Health Cards Library - v1.1.0
    Preparing search index...

    Interface IssuerCrlJSON

    Public issuer CRL JSON shape used in published directory files.

    interface IssuerCrlJSON {
        ctr: number;
        kid: string;
        method: string;
        rids: string[];
    }

    Hierarchy

    • Omit<IssuerCrl, "rids" | "ridsTimestamps">
      • IssuerCrlJSON
    Index

    Properties

    Properties

    ctr: number

    Monotonic counter for CRL updates.

    kid: string

    The kid of the key this CRL pertains to.

    method: string

    Revocation method identifier (e.g. 'rid').

    rids: string[]

    List of revoked resource ids (rids).