Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DRemoteSignProvider.java31 public void checkParams(Options options) throws MissingParamsException, InvalidParamsException { in checkParams() method in RemoteSignProvider
32 super.checkParams(options); in checkParams()
DLocalJKSSignProvider.java88 public void checkParams(Options options) throws InvalidParamsException, MissingParamsException { in checkParams() method in LocalJKSSignProvider
89 super.checkParams(options); in checkParams()
DSignProvider.java438 checkParams(options); in getX509Certificates()
670 public void checkParams(Options options) throws MissingParamsException, InvalidParamsException { in checkParams() method in SignProvider
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java90 public boolean checkParams(Options options) { in checkParams() method in VerifyElf
114 if (!checkParams(options)) { in verify()
DVerifyHap.java112 public boolean checkParams(Options options) { in checkParams() method in VerifyHap
136 if (!checkParams(options)) { in verify()