Expand description
Key Management System trait and implementations.
This module provides the KeyManagementClient trait for pluggable KMS
integration and implementations for different key management systems.
Structs§
- Generated
Key - Result of a server-side key generation operation.
- Memory
KeyManagement Client - In-memory KMS for testing. Not suitable for production use.
Traits§
- KeyManagement
Client - Pluggable interface for key management systems (AWS KMS, Azure Key Vault, etc.).