[][src]Trait thrussh_keys::PublicKeyBase64

pub trait PublicKeyBase64 {
    fn public_key_base64(&self) -> String;
}

Required methods

fn public_key_base64(&self) -> String

Create the base64 part of the public key blob.

Loading content...

Implementors

impl PublicKeyBase64 for PublicKey[src]

impl PublicKeyBase64 for KeyPair[src]

Loading content...