[go: up one dir, main page]

Module ctx

Module ctx 

Source

Structs§

Ctx
CtxBuilder
KmsCtx
Manages a single KMS HTTP request/response.
KmsProvider
A KMS provider. KMS providers can be constructed using the various constructors that correspond to each KmsProviderType. KMS providers also have an optional name that can be set using the with_name method.
KmsScope
A scope bounding the processing of (potentially multiple) KMS handles.

Enums§

Algorithm
KmsProviderType
The supported KMS provider types.
State
Indicates the state of the Ctx. Each state requires different handling. See the integration guide for information on what to do for each state.