DidWeb

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.

Usage Example:

val keyManager = InMemoryKeyManager()
val did = DidWeb.resolve("did:web:tbd.website")

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

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