Struct git2::cert::CertHostkey[][src]

pub struct CertHostkey<'a> { /* fields omitted */ }

Hostkey information taken from libssh2

Methods

impl<'a> CertHostkey<'a>
[src]

Returns the md5 hash of the hostkey, if available.

Returns the SHA-1 hash of the hostkey, if available.

Auto Trait Implementations

impl<'a> !Send for CertHostkey<'a>

impl<'a> !Sync for CertHostkey<'a>