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