Package-level declarations

Types

Link copied to clipboard
class DefaultSecretsResolverImpl(val pluto: Pluto, val apollo: Apollo) : SecretsResolver

Default implementation of the SecretsResolver interface.

Link copied to clipboard
class DIDCommDIDResolver(val castor: Castor)

A resolver that resolves a Decentralized Identifier (DID) to its corresponding DID Document.

Link copied to clipboard
class DIDCommSecretsResolver(val pluto: Pluto, val apollo: Apollo)

DIDCommSecretsResolver is a class that implements the SecretResolver interface. It is responsible for resolving secrets using the Pluto and Apollo components.

Link copied to clipboard
class DIDCommWrapper(castor: Castor, pluto: Pluto, apollo: Apollo) : DIDCommProtocol

Wrapper class for the DIDComm functionality.

Link copied to clipboard
interface SecretsResolver

Resolves secrets by finding secrets based on secret IDs or retrieving a specific secret by its ID.