pub struct RsaPubKey<B: RsaKeyBits> { /* private fields */ }
Expand description
A B
-bit RSA public key.
RsaPubKey
is an RSA public key which is B
bits long.
Trait Implementations§
source§impl<B: RsaKeyBits> Debug for RsaPubKey<B>
impl<B: RsaKeyBits> Debug for RsaPubKey<B>
source§impl<B: RsaKeyBits> DerPublicKey for RsaPubKey<B>
impl<B: RsaKeyBits> DerPublicKey for RsaPubKey<B>
Auto Trait Implementations§
impl<B> Freeze for RsaPubKey<B>
impl<B> RefUnwindSafe for RsaPubKey<B>where
B: RefUnwindSafe,
impl<B> !Send for RsaPubKey<B>
impl<B> !Sync for RsaPubKey<B>
impl<B> Unpin for RsaPubKey<B>where
B: Unpin,
impl<B> UnwindSafe for RsaPubKey<B>where
B: UnwindSafe,
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