Package web5.sdk.dids

Class Document

  • All Implemented Interfaces:

    
    public final class Document
    
                        

    Representation of a DID Document.

    A Document represents the full DID document, which is a set of data describing a DID subject, including public keys, authentication mechanisms, services, and more. This class provides functionality for converting the document to and from JSON format, as well as converting it to and from Rust core data.