Trait gio::prelude::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

Implementors