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

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