Did Key
Provides a specific implementation for creating and resolving "did:key" method Decentralized Identifiers (DIDs).
A "did:key" DID is a special type of DID that is formulated directly from a single public key. It's utilized in scenarios where it's beneficial for verifiable credentials, capabilities, or other assertions about a subject to be self-verifiable by third parties. This eradicates the necessity for a separate blockchain or ledger. Further specifics and technical details are outlined in the DID Key Spec.
Constructors
Initializes a new instance of DidKey with the provided uri and keyManager.
Properties
A KeyManager instance utilized to manage the cryptographic keys associated with the DID.
Functions
Resolves the current instance's uri to a DidResolutionResult, which contains the DID Document and possible related metadata.