Module kms

Module kms 

Source
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§

GeneratedKey
Result of a server-side key generation operation.
MemoryKeyManagementClient
In-memory KMS for testing. Not suitable for production use.

Traits§

KeyManagementClient
Pluggable interface for key management systems (AWS KMS, Azure Key Vault, etc.).