Home
last modified time | relevance | path

Searched refs:CertPath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs113 pub profile_signers: Vec<CertPath>,
115 pub app_sources: Vec<CertPath>,
118 pub struct CertPath { struct
184 ) -> Result<CertPath, ()> in parse_cert_profile() argument
235 Ok(CertPath { in parse_cert_profile()
317 impl CertPath { implementation