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

    A HashedUri provides a reference to content available within the same manifest store.

    This is described in §8.3, URI References, of the C2PA Technical Specification.

    interface HashedUri {
        alg?: null | string;
        hash: number[];
        url: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    alg?: null | string

    A string identifying the cryptographic hash algorithm used to compute the hash

    hash: number[]

    Byte string containing the hash value

    url: string

    JUMBF URI reference