Package-level declarations

Types

Link copied to clipboard
actual class DriverFactory

Android SQLDelight driver factory for app-private SQLite wallet databases.

expect class DriverFactory

Platform factory for encrypted SQLDelight drivers used by the mobile wallet database.

actual class DriverFactory

iOS SQLDelight driver factory for native SQLite wallet databases.

Link copied to clipboard
class SqlDelightCredentialStore(queries: WalletPersistenceQueries) : WalletCredentialStore

SQLDelight-backed implementation of WalletCredentialStore for mobile wallets.

Link copied to clipboard
class SqlDelightDidStore(queries: WalletPersistenceQueries) : WalletDidStore

SQLDelight-backed implementation of WalletDidStore for mobile wallets.

Link copied to clipboard
class SqlDelightIssuanceSessionStore(queries: WalletPersistenceQueries) : WalletIssuanceSessionStore

SQLCipher-backed storage for sensitive OpenID4VCI continuation records.

Link copied to clipboard
class SqlDelightKeyStore(managedKeyProvider: PlatformManagedKeyProvider, queries: WalletPersistenceQueries) : WalletKeyStore

Wallet key store backed by SQLDelight.