PKI-Lite - v1.0.5
    Preparing search index...

    Certificate chain information.

    interface CertificateChain {
        certificates: Certificate[];
        isComplete: boolean;
        trustAnchor?: TrustAnchor;
    }
    Index

    Properties

    certificates: Certificate[]

    Certificates in the chain from end-entity to root

    isComplete: boolean

    Whether the chain was successfully built

    trustAnchor?: TrustAnchor

    Trust anchor used (if any)