Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java233 List<X509Certificate> certificates = getCertChain(cmsSignedData); in parserSigner()
281 …private List<X509Certificate> getCertChain(CMSSignedData cmsSignedData) throws VerifyHapException { in getCertChain() method in HapVerify