Searched refs:KEY_STORE_ALGORITHM (Results 1 – 3 of 3) sorted by relevance
76 public static final String KEY_STORE_ALGORITHM = (IS_RI) ? "JKS" : "BKS"; field in StandardNames
690 KeyStore keyStore = KeyStore.getInstance(StandardNames.KEY_STORE_ALGORITHM); in createKeyStore()
2523 assertEquals(StandardNames.KEY_STORE_ALGORITHM, type); in testDefaultKeystore()2533 KeyStore store = KeyStore.getInstance(StandardNames.KEY_STORE_ALGORITHM); in testDefaultKeystore()