Class Resolver
java.lang.Object
smartrics.iotics.identity.resolver.Resolver
Resolves decentralized identifiers (DIDs) using a resolver client.
-
Constructor Summary
ConstructorsConstructorDescriptionResolver(ResolverClient client) Constructs a Resolver with the specified resolver client. -
Method Summary
Modifier and TypeMethodDescriptionDiscovers information about the specified decentralized identifier (DID).
-
Constructor Details
-
Resolver
Constructs a Resolver with the specified resolver client.- Parameters:
client- The resolver client to use for resolving DIDs.
-
-
Method Details
-
discover
Discovers information about the specified decentralized identifier (DID).- Parameters:
did- The decentralized identifier (DID) to discover.- Returns:
- A DocumentResult containing the raw document or fetch error message.
-