[][src]Trait thrussh_keys::PublicKeyBase64

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

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

Required methods

pub fn public_key_bytes(&self) -> Vec<u8>[src]

Create the base64 part of the public key blob.

Loading content...

Provided methods

Loading content...

Implementors

impl PublicKeyBase64 for KeyPair[src]

impl PublicKeyBase64 for PublicKey[src]

Loading content...