Trait thrussh_keys::PublicKeyBase64[][src]

pub trait PublicKeyBase64 {
    fn public_key_bytes(&self) -> Vec<u8>;

    fn public_key_base64(&self) -> String { ... }
}

Required methods

Create the base64 part of the public key blob.

Provided methods

Implementors