Expand description
The rustls::crypto::KeyProvider
implementation.
Structsยง
- Dyn
- A wrapper for [
&'static dyn rustls::crypto::KeyProvider
] that implementsrustls::crypto::KeyProvider
. - From
Crypto - A wrapper for anything that can borrow
rustls::crypto::CryptoProvider
that implementsrustls::crypto::KeyProvider
.