Package web5.sdk.dids

Class DocumentMetadata

  • All Implemented Interfaces:

    
    public final class DocumentMetadata
    
                        

    Metadata associated with a DID document.

    DocumentMetadata contains information about the DID document, including creation and update timestamps, versioning, and any potential deactivation status.

    • Method Detail

      • getCreated

         final String getCreated()

        The timestamp when the DID document was created (optional).

      • getUpdated

         final String getUpdated()

        The timestamp when the DID document was last updated (optional).

      • getDeactivated

         final Boolean getDeactivated()

        Indicates whether the DID document has been deactivated (optional).

      • getNextUpdate

         final String getNextUpdate()

        The timestamp for the next expected update to the DID document (optional).

      • getVersionId

         final String getVersionId()

        The version identifier of the current DID document (optional).

      • getNextVersionId

         final String getNextVersionId()

        The version identifier of the next expected version of the DID document (optional).

      • getCanonicalId

         final String getCanonicalId()

        The canonical ID for the DID document, if applicable (optional).