Class DidWeb

  • All Implemented Interfaces:

    
    public final class DidWeb
    
                        

    Provides a specific implementation for creating "did:web" method Decentralized Identifiers (DIDs).

    A "did:web" DID is an implementation that uses the web domains existing reputation system. More details can be read in https://w3c-ccg.github.io/did-method-web/

    DidWeb API does not support creating DIDs, only resolving them.

    val keyManager = InMemoryKeyManager()
    val did = DidWeb.resolve("did:web:tbd.website")
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class DidWeb.Default

      Default companion object for creating a DidWebApi with a default configuration.

    • Constructor Summary

      Constructors 
      Constructor Description
      DidWeb()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • DidWeb

        DidWeb()
    • Method Detail