HomeSort by relevance Sort by last modified time
    Searched refs:KEY_STORE_ALGORITHM (Results 1 - 3 of 3) sorted by null

  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 76 public static final String KEY_STORE_ALGORITHM = (IS_RI) ? "JKS" : "BKS";
    [all...]
TestKeyStore.java 638 KeyStore keyStore = KeyStore.getInstance(StandardNames.KEY_STORE_ALGORITHM);
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java     [all...]

Completed in 1078 milliseconds