Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DLocalizationAdapter.java117 … keyStoreHelper = new KeyStoreHelper(keyStore, options.getChars(Options.ISSUER_KEY_STORE_RIGHTS)); in initKeyStore()
120 … keyStoreHelper = new KeyStoreHelper(keyStore, options.getChars(Options.KEY_STORE_RIGHTS)); in initKeyStore()
133 options.getChars(Options.KEY_RIGHTS), autoCreate); in getAliasKey()
143 options.getChars(Options.ISSUER_KEY_RIGHTS), false); in getIssuerAliasKey()
407 resetChars(options.getChars(Options.KEY_STORE_RIGHTS)); in releasePwd()
408 resetChars(options.getChars(Options.KEY_RIGHTS)); in releasePwd()
409 resetChars(options.getChars(Options.ISSUER_KEY_RIGHTS)); in releasePwd()
410 resetChars(options.getChars(Options.ISSUER_KEY_STORE_RIGHTS)); in releasePwd()
DSignToolServiceImpl.java158 boolean isEqual = Arrays.equals(options.getChars(Options.KEY_STORE_RIGHTS), in generateCA()
159 options.getChars(Options.ISSUER_KEY_STORE_RIGHTS)); in generateCA()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DLocalJKSSignProvider.java101 signParams.put(paramKey, new String(options.getChars(paramKey))); in checkParams()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/model/
DOptions.java274 public char[] getChars(String key) { in getChars() method in Options