Package web5.sdk.dids

Object Did.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Did parse(String uri) Parses a DID URI into a Did object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • parse

         final Did parse(String uri)

        Parses a DID URI into a Did object.

        This method constructs a Did instance by using Rust core functions to parse the provided DID URI. It retrieves the underlying data and converts it into a Kotlin Did object.

        Parameters:
        uri - The DID URI to parse.
        Returns:

        A Did object representing the parsed DID URI.