Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
mongocrypt-0.3.2
mongocrypt 0.3.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
mongo-rust-driver
Dependencies
bson ^2.15.0
normal
optional
bson ^3.0.0
normal
optional
mongocrypt-sys ^0.1.5
normal
once_cell ^1.17.0
normal
serde ^1.0.125
normal
bson ^3.0.0
dev
serde_json ^1.0.81
dev
Versions
55.46%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module ctx
mongocrypt
0.3.2
Module ctx
Module Items
Structs
Enums
In crate mongocrypt
mongocrypt
Module
ctx
Copy item path
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
KmsProvider
Type
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.