Expand description
This module contains the APIs you will use to build a C2PA Manifest that contains one or more CAWG identity assertions.
Structs§
- Identity
Assertion Builder - An
IdentityAssertionBuilder
gathers together the necessary components for an identity assertion. When added to anIdentityAssertionSigner
, it ensures that the proper data is added to the final C2PA Manifest. - Identity
Assertion Signer - An
IdentityAssertionSigner
extends theAsyncSigner
interface to add zero or more identity assertions to a C2PAManifest
that is being produced.
Enums§
- Identity
Builder Error - Describes errors that can occur when building a CAWG identity assertion.
Traits§
- Credential
Holder - An implementation of
CredentialHolder
is able to generate a signature over theSignerPayload
data structure on behalf of a credential holder.