Expand description
Deterministic PKCS#11-like mock fixtures.
This crate provides a tiny test fixture layer for hardware-adjacent tests. It does not emulate a full PKCS#11 daemon.
Structs§
- KeyHandle
- Identifier to reference a key in the mock provider.
- Mock
Pkcs11 Provider - Pkcs11
Mock Spec - Deterministic builder spec for PKCS#11-like fixtures.
- Slot
Token Info - Metadata describing a mock slot and token.
Constants§
- DOMAIN_
PKCS11_ MOCK - Stable cache domain for PKCS#11 mock artifacts.
Traits§
- Pkcs11
Mock Factory Ext - Extension trait to build PKCS#11-like mock providers from a core
Factory.