Expand description
In-memory key storage for testing.
Structs§
- Isolated
Keychain Handle - A per-instance in-memory keychain that does NOT share the global singleton.
- Memory
Keychain Handle - A handle that interacts with the global in-memory keychain. Safe to use in tests or fallback environments.
- Memory
Storage - An in-memory key storage implementation for fallback or testing.
Statics§
- MEMORY_
KEYCHAIN - Global singleton memory store.