@contentauth/c2pa-js
    Preparing search index...
    interface TrustSettings {
        allowedList?: string;
        trustAnchors?: string;
        trustConfig?: string;
        userAnchors?: string;
    }
    Index

    Properties

    allowedList?: string

    End-entity certificates.

    trustAnchors?: string

    "System" trust anchors. Any asset validated off of this trust list will will have a "signingCredential.trusted" result with an explanation noting the trust source is a "System" anchor.

    trustConfig?: string

    Trust store

    userAnchors?: string

    "User" trust anchors. Any asset validated off of this trust list will will have a "signingCredential.trusted" result with an explanation noting the trust source is a "User" anchor.