Trait nss::AuthCertificateHook [] [src]

pub trait AuthCertificateHook: Sized {
    fn auth_certificate(
        &self,
        sock: BorrowedTLSSocket<Self>,
        check_sig: bool,
        is_server: bool
    ) -> Result<()>; }

Required Methods

Implementors