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

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 41 private static final String [] KEY_TYPES = new String[] { "RSA", "DSA", "EC", "EC_RSA" };
49 .keyAlgorithms(KEY_TYPES)
140 for (String keyType : KEY_TYPES) {
147 = issuers.length > (StandardNames.IS_RI ? 1 : 2) * KEY_TYPES.length;
KeyManagerFactoryTest.java 141 = StandardNames.KEY_TYPES.toArray(new String[StandardNames.KEY_TYPES.size()]);
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 101 assertTrue(name, keyType == null || StandardNames.KEY_TYPES.contains(keyType));
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestKeyManager.java 83 if (!StandardNames.KEY_TYPES.contains(keyType)) {
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 458 public static final Set<String> KEY_TYPES = new HashSet<String>(Arrays.asList(
    [all...]

Completed in 105 milliseconds