Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertChainUtils.java61 …private static CertPath getCertPath(List<X509Certificate> certificates, KeyStore trustStore, X500P… in getCertPath()
95 KeyStore trustStore = KeyStore.getInstance(KeyStore.getDefaultType()); in verifyCertChain() local