Searched defs:Certificate (Results 1 – 4 of 4) sorted by relevance
342 pub struct Certificate { struct343 inner: Vec<reqwest::Certificate>, argument346 impl Certificate { impl361 pub fn from_pem(pem: &[u8]) -> Result<Certificate, HttpClientError> { in from_pem()398 pub(crate) fn into_inner(self) -> Vec<reqwest::Certificate> { in into_inner()
35 pub(crate) fn certificate(&self) -> Option<Vec<Certificate>> { in certificate()
643 pub struct Certificate { struct644 inner: CertificateList, argument654 impl Certificate { impl
175 fn build_task_certs(config: &TaskConfig) -> Result<Vec<Certificate>, Box<dyn Error + Send + Sync>> { in build_task_certs()