Package web5.sdk.dids.methods.web
Class DidWeb
-
- All Implemented Interfaces:
public final class DidWebProvides 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 classDidWeb.DefaultDefault companion object for creating a DidWebApi with a default configuration.
-
Field Summary
Fields Modifier and Type Field Description public final static DidWeb.DefaultDefault
-
Constructor Summary
Constructors Constructor Description DidWeb()
-