pub struct MbedtlsKeyProvider;Expand description
Implements KeyProvider using mbedtls
Trait Implementations§
source§impl Debug for MbedtlsKeyProvider
impl Debug for MbedtlsKeyProvider
source§impl KeyProvider for MbedtlsKeyProvider
impl KeyProvider for MbedtlsKeyProvider
source§fn load_private_key(
&self,
key_der: PrivateKeyDer<'static>
) -> Result<Arc<dyn SigningKey>, Error>
fn load_private_key( &self, key_der: PrivateKeyDer<'static> ) -> Result<Arc<dyn SigningKey>, Error>
Decode and validate a private signing key from
key_der. Read moreAuto Trait Implementations§
impl RefUnwindSafe for MbedtlsKeyProvider
impl Send for MbedtlsKeyProvider
impl Sync for MbedtlsKeyProvider
impl Unpin for MbedtlsKeyProvider
impl UnwindSafe for MbedtlsKeyProvider
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more