Module key_provider

Source
Expand description

The rustls::crypto::KeyProvider implementation.

Structsยง

Dyn
A wrapper for [&'static dyn rustls::crypto::KeyProvider] that implements rustls::crypto::KeyProvider.
FromCrypto
A wrapper for anything that can borrow rustls::crypto::CryptoProvider that implements rustls::crypto::KeyProvider.