[][src]Trait ssh_agent::proto::key_type::KeyType

pub trait KeyType {
    const KEY_TYPE: &'static str;
    fn key_type(&self) -> String { ... }
}

Associated Constants

const KEY_TYPE: &'static str

Loading content...

Provided methods

fn key_type(&self) -> String

Loading content...

Implementors

impl KeyType for DssPrivateKey[src]

fn key_type(&self) -> String[src]

impl KeyType for EcDsaPrivateKey[src]

impl KeyType for Ed25519PrivateKey[src]

fn key_type(&self) -> String[src]

impl KeyType for RsaPrivateKey[src]

fn key_type(&self) -> String[src]

impl KeyType for DssPublicKey[src]

fn key_type(&self) -> String[src]

impl KeyType for EcDsaPublicKey[src]

impl KeyType for Ed25519PublicKey[src]

fn key_type(&self) -> String[src]

impl KeyType for RsaPublicKey[src]

fn key_type(&self) -> String[src]

Loading content...