@contentauth/c2pa-node
    Preparing search index...

    Interface TrustConfig

    Configuration for trust settings in C2PA. Controls certificate trust validation and trust anchor management.

    interface TrustConfig {
        allowedList?: string;
        trustAnchors?: string;
        trustConfig?: string;
        userAnchors?: string;
        verifyTrustList: boolean;
    }
    Index

    Properties

    allowedList?: string

    Allowed list of certificates (PEM format or base64-encoded certificate hashes)

    trustAnchors?: string

    Trust anchors for validation (PEM format or base64-encoded certificate hashes)

    trustConfig?: string

    Trust configuration file path

    userAnchors?: string

    User-provided trust anchors (PEM format or base64-encoded certificate hashes)

    verifyTrustList: boolean

    Whether to verify against the trust list