Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs35 const ISSUER_KEY: &str = "issuer"; const
219 let issuer = match cert_profile[ISSUER_KEY].try_as_string() { in parse_cert_profile()