Skip to main content

Module memory

Module memory 

Source
Expand description

In-memory key storage for testing.

Structs§

IsolatedKeychainHandle
A per-instance in-memory keychain that does NOT share the global singleton.
MemoryKeychainHandle
A handle that interacts with the global in-memory keychain. Safe to use in tests or fallback environments.
MemoryStorage
An in-memory key storage implementation for fallback or testing.

Statics§

MEMORY_KEYCHAIN
Global singleton memory store.