Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/verifier/
H A Dopenssl.rs21 pub struct ServerCerts<'a> { struct
25 impl<'a> ServerCerts<'a> { implementation
134 impl AsRef<X509StoreContextRef> for ServerCerts<'_> { implementation