[][src]Struct mundane::public::rsa::RsaPubKey

pub struct RsaPubKey<B: RsaKeyBits> { /* fields omitted */ }

A B-bit RSA public key.

RsaPubKey is an RSA public key which is B bits long.

Trait Implementations

impl<B: RsaKeyBits> PublicKey for RsaPubKey<B>[src]

type Private = RsaPrivKey<B>

The type of the private component.

impl<B: RsaKeyBits> DerPublicKey for RsaPubKey<B>[src]

impl<B: RsaKeyBits> Debug for RsaPubKey<B>[src]

Auto Trait Implementations

impl<B> !Send for RsaPubKey<B>

impl<B> Unpin for RsaPubKey<B> where
    B: Unpin

impl<B> !Sync for RsaPubKey<B>

impl<B> RefUnwindSafe for RsaPubKey<B> where
    B: RefUnwindSafe

impl<B> UnwindSafe for RsaPubKey<B> where
    B: UnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]