[]Struct themis::keys::RsaPrivateKey

pub struct RsaPrivateKey { /* fields omitted */ }

RSA private key.

Methods

impl RsaPrivateKey

pub fn try_from_slice(bytes: impl AsRef<[u8]>) -> Result<Self>

Parses a key from a byte slice.

Returns an error if the slice does not contain a valid RSA private key.

Trait Implementations

impl Eq for RsaPrivateKey

impl Clone for RsaPrivateKey

impl AsRef<[u8]> for RsaPrivateKey

impl PartialEq<RsaPrivateKey> for RsaPrivateKey

impl From<RsaPrivateKey> for PrivateKey

impl Hash for RsaPrivateKey

impl Debug for RsaPrivateKey

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]