Struct ssh_key::private::RsaKeypair [−][src]
pub struct RsaKeypair {
pub public: RsaPublicKey,
pub private: RsaPrivateKey,
}Expand description
RSA private/public keypair.
Fields
public: RsaPublicKeyPublic key.
private: RsaPrivateKeyPrivate key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RsaKeypair
impl Send for RsaKeypair
impl Sync for RsaKeypair
impl Unpin for RsaKeypair
impl UnwindSafe for RsaKeypair
Blanket Implementations
Mutably borrows from an owned value. Read more