Function thrussh_keys::write_public_key_base64 [] [src]

pub fn write_public_key_base64<W: Write>(
    w: W,
    publickey: &PublicKey
) -> Result<()>

Write a public key onto the provided Write, encoded in base-64.