HomeSort by relevance Sort by last modified time
    Searched full:key_types (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 42 private static final String [] KEY_TYPES = new String[] { "RSA", "DSA", "EC", "EC_RSA" };
50 .keyAlgorithms(KEY_TYPES)
144 for (String keyType : KEY_TYPES) {
151 = issuers.length > (StandardNames.IS_RI ? 1 : 2) * KEY_TYPES.length;
KeyManagerFactoryTest.java 143 = StandardNames.KEY_TYPES.toArray(new String[StandardNames.KEY_TYPES.size()]);
  /external/curl/lib/vtls/
axtls.c 144 int key_types[] = {SSL_OBJ_RSA_KEY, SSL_OBJ_PKCS8, SSL_OBJ_PKCS12, 0}; local
237 while(key_types[i] != 0) {
238 ssl_fcn_return = ssl_obj_load(ssl_ctx, key_types[i],
248 if(key_types[i] == 0) {
  /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 605 public static final Set<String> KEY_TYPES = new HashSet<String>(Arrays.asList(
616 KEY_TYPES.remove("DH_RSA");
617 KEY_TYPES.remove("DH_DSA");
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyStoreTest.java 67 private static final String[] KEY_TYPES = new String[] { "DH", "DSA", "RSA", "EC" };
    [all...]

Completed in 736 milliseconds