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

    Interface IssuerCrl

    Representation of a Certificate Revocation List (CRL) entry used by the directory to mark revoked resource IDs for a given key.

    interface IssuerCrl {
        ctr: number;
        kid: string;
        method: string;
        rids: string[];
    }
    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).