Searched refs:getChars (Results 1 – 4 of 4) sorted by relevance
117 … 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()
158 boolean isEqual = Arrays.equals(options.getChars(Options.KEY_STORE_RIGHTS), in generateCA()159 options.getChars(Options.ISSUER_KEY_STORE_RIGHTS)); in generateCA()
101 signParams.put(paramKey, new String(options.getChars(paramKey))); in checkParams()
274 public char[] getChars(String key) { in getChars() method in Options