Struct ssh_key::private::DsaKeypair [−][src]
pub struct DsaKeypair {
pub public: DsaPublicKey,
pub private: DsaPrivateKey,
}Expand description
Digital Signature Algorithm (DSA) private/public keypair.
Fields
public: DsaPublicKeyPublic key.
private: DsaPrivateKeyPrivate key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DsaKeypair
impl Send for DsaKeypair
impl Sync for DsaKeypair
impl Unpin for DsaKeypair
impl UnwindSafe for DsaKeypair
Blanket Implementations
Mutably borrows from an owned value. Read more