Home
last modified time | relevance | path

Searched defs:client_ca_root (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic/src/transport/server/
H A Dtls.rs10 client_ca_root: Option<Certificate>, field
37 pub fn client_ca_root(self, cert: Certificate) -> Self { in client_ca_root() method