Home
last modified time | relevance | path

Searched refs:checkInputCertMatchWithProfile (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() method in RemoteSignProvider
DSignProvider.java642 … if (!inputCerts.isEmpty() && !checkInputCertMatchWithProfile(inputCerts.get(0), certInProfile)) { in checkProfileInfo()
659 …protected boolean checkInputCertMatchWithProfile(X509Certificate inputCert, X509Certificate certIn… in checkInputCertMatchWithProfile() method in SignProvider