Searched refs:signerNameFormat (Results 1 – 1 of 1) sorted by relevance
904 String signerNameFormat = (privateKeys.length == 1) ? "CERT" : "CERT%s"; in createSignerConfigs() local906 String signerName = String.format(Locale.US, signerNameFormat, (i + 1)); in createSignerConfigs()