Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DRemoteSignProvider.java36 …protected boolean checkInputCertMatchWithProfile(X509Certificate inputCert, X509Certificate certIn… in checkInputCertMatchWithProfile()
DSignProvider.java670 …protected boolean checkInputCertMatchWithProfile(X509Certificate inputCert, X509Certificate certIn… in checkInputCertMatchWithProfile()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
Dremote_sign_provider.cpp54 bool RemoteSignProvider::CheckInputCertMatchWithProfile(X509* inputCert, X509* certInProfile) const in CheckInputCertMatchWithProfile()
Dsign_provider.cpp838 bool SignProvider::CheckInputCertMatchWithProfile(X509* inputCert, X509* certInProfile)const in CheckInputCertMatchWithProfile()
/developtools/hapsigner/binary_sign_tool/hap/provider/src/
Dsign_provider.cpp368 bool SignProvider::CheckInputCertMatchWithProfile(X509* inputCert, X509* certInProfile)const in CheckInputCertMatchWithProfile()