Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs115 pub(crate) fn get_cert_name(&self) -> Result<X509Name, ErrorStack> { in get_cert_name()
121 pub(crate) fn get_issuer_name(&self) -> Result<X509Name, ErrorStack> { in get_issuer_name()
138 impl X509Name { impl