Skip to main content

Module content_encryption

Module content_encryption 

Source

Structs§

ContentEncryption
Opt-in authenticated request decryption and response encryption middleware.
ContentEncryptionKey
A named AES-256-GCM key. Debug output deliberately omits the key material.
ContentEncryptionMiddleware
StaticContentKeyProvider
In-memory provider useful for configuration-backed current/previous key rotation.

Enums§

ContentEncryptionError

Constants§

CONTENT_ENCRYPTION_HEADER
CONTENT_KEY_ID_HEADER

Traits§

ContentKeyProvider
Supplies the current response key and retained request-decryption keys.