Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java597 private void checkProfileValid(List<X509Certificate> inputCerts) throws ProfileException { in checkProfileValid() argument
618 checkProfileInfo(profileJson, inputCerts); in checkProfileValid()
626 …private void checkProfileInfo(JsonObject profileJson, List<X509Certificate> inputCerts) throws Pro… in checkProfileInfo() argument
642 … if (!inputCerts.isEmpty() && !checkInputCertMatchWithProfile(inputCerts.get(0), certInProfile)) { in checkProfileInfo()