Struct osshkeys::keys::rsa::RsaKeyPair[][src]

pub struct RsaKeyPair { /* fields omitted */ }
Expand description

Represent the RSA key pair

Implementations

Generate RSA key pair

The bits parameter should be within 1024 ~ 16384 bits or 0 to use default length (2048 bits).

Get the signature hash type

Set the signature hash type

Clone the public parts to generate public key

Trait Implementations

Performs the conversion.

The size in bits of the key

The key name of the key

Sign the data with the key, returning the “detached” signature

Return the binary representation of the public key

Verify the data with a detached signature, returning true if the signature is not malformed

Hash the blob of the public key to generate the fingerprint

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.