Skip to main content

Module instance

Module instance 

Source
Expand description

One open PKCS#11-backed keystore connection.

Pkcs11Instance carries the resolved Config, the live [cryptoki] client, and the open R/W Session established by [crate::backend::Pkcs11Backend::open].

§Status

The storage operations on StoreInstance return NotImplemented in this skeleton. The session plumbing (module load, initialize, slot resolve, open session, login) is wired for real — so a future revision fills the stubs against an already-authenticated session without touching the open path.

Structs§

Pkcs11Instance
One open PKCS#11-backed keystore connection.