Did Web
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")
Content copied to clipboard