Trait gio::TlsCertificateExt
[−]
[src]
pub trait TlsCertificateExt { fn get_issuer(&self) -> Option<TlsCertificate>; fn is_same(&self, cert_two: &TlsCertificate) -> bool; fn get_property_certificate_pem(&self) -> Option<String>; }
Required Methods
fn get_issuer(&self) -> Option<TlsCertificate>
fn is_same(&self, cert_two: &TlsCertificate) -> bool
fn get_property_certificate_pem(&self) -> Option<String>
Implementors
impl<O: IsA<TlsCertificate> + IsA<Object>> TlsCertificateExt for O