Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_utils.rs36 root_cert.load_pem_certs_from_json_file(TRUSTED_ROOT_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in get_trusted_certs()
38 root_cert.load_pem_certs_from_json_file( in get_trusted_certs()
44 root_cert.load_pem_certs_from_json_file( in get_trusted_certs()
H A Dcert_chain_utils.rs76 pub fn load_pem_certs_from_json_file( in load_pem_certs_from_json_file() method
/ohos5.0/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs46 root_cert.load_pem_certs_from_json_file(VALID_PEM_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in test_load_pem_cert_from_valid_json_file()
53 root_cert.load_pem_certs_from_json_file(NON_EXISTEND_PEM_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in test_invalid_pem_cert_file_path()
61 .load_pem_certs_from_json_file(INVALID_STRUCTURE_PEM_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in test_invalid_pem_cert_json_structure()
68 root_cert.load_pem_certs_from_json_file(EMPTY_PEM_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in test_empty_pem_cert_json_file()