Searched refs:TlsFileType (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/ |
H A D | mod.rs | 34 pub use tls::{Certificate, PrivateKey, TlsConfig, TlsConfigBuilder, TlsFileType, TlsVersion};
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | mod.rs | 37 pub use adapter::{Cert, Certificate, TlsConfig, TlsConfigBuilder, TlsFileType, TlsVersion};
|
H A D | adapter.rs | 166 /// use ylong_http_client::{TlsConfigBuilder, TlsFileType}; 168 /// let builder = TlsConfigBuilder::new().certificate_file("cert.pem", TlsFileType::PEM); 170 pub fn certificate_file<T: AsRef<Path>>(mut self, path: T, file_type: TlsFileType) -> Self { in certificate_file() 508 /// `TlsFileType` is based on `openssl::SslFileType`, which provides an 512 /// use ylong_http_client::TlsFileType; 514 /// let file_type = TlsFileType::PEM; 516 pub struct TlsFileType(SslFiletype); structure names 518 impl TlsFileType { impls 524 /// Consumes `TlsFileType` and then takes `SslFiletype`. 650 use crate::util::{Cert, TlsConfigBuilder, TlsFileType, TlsVersio [all...] |
Completed in 2 milliseconds