Identities
The LTO identity library supports resolving DIDs to DID documents. It's DID method independent.
Resolver
The Resolver class can be used to combine multiple resolvers.
Identity
The identity is a representation of a DID document.
After a signature or JWT is verified, use hasVerificationMethod()
to check if the public key used in the verification belongs to the identity.
Optionally check if the verification method can be used for a specific purpose
Last updated