[][src]Struct openssl::crypto::rsa::RSA

pub struct RSA(_);

Methods

impl RSA
[src]

only useful for associating the key material directly with the key, it's safer to use the supplied load and save methods for DER formatted keys.

the caller should assert that the rsa pointer is valid.

Reads an RSA private key from PEM formatted data.

Writes an RSA private key as unencrypted PEM formatted data

Reads an RSA public key from PEM formatted data.

Writes an RSA public key as PEM formatted data

Trait Implementations

impl Drop for RSA
[src]

Executes the destructor for this type. Read more

impl Debug for RSA
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for RSA

impl !Sync for RSA

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more