Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/config/
DSignerConfig.java95 if (isInputCertChainNotEmpty() || signer == null) { in getCertificates()
116 if (isInputCertChainNotEmpty() || isInputCrlNotEmpty() || signer == null) { in getX509CRLs()
197 private boolean isInputCertChainNotEmpty() { in isInputCertChainNotEmpty() method in SignerConfig