Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DRemoteSignProvider.java37 …protected boolean checkInputCertMatchWithProfile(X509Certificate inputCert, X509Certificate certIn… in checkInputCertMatchWithProfile() argument
38 return inputCert == null ? false : inputCert.equals(certInProfile); in checkInputCertMatchWithProfile()
DSignProvider.java659 …protected boolean checkInputCertMatchWithProfile(X509Certificate inputCert, X509Certificate certIn… in checkInputCertMatchWithProfile() argument