Home
last modified time | relevance | path

Searched refs:Cert (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs47 certs_list: Vec<Cert>,
204 /// use ylong_http_client::{Cert, TlsConfigBuilder};
205 /// # fn example(certs: Vec<Cert>) {
209 pub fn add_root_certificates(mut self, mut certs: Vec<Cert>) -> Self { in add_root_certificates()
530 /// `Cert` is based on `X509`, which indicates `X509` public
534 /// # use ylong_http_client::Cert;
537 /// let cert = Cert::from_pem(pem);
541 /// let cert = Cert::from_der(der);
545 pub struct Cert(X509); structure names
547 impl Cert { impls
[all...]
H A Dmod.rs37 pub use adapter::{Cert, Certificate, TlsConfig, TlsConfigBuilder, TlsFileType, TlsVersion};

Completed in 2 milliseconds