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

  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 61 private static final boolean IS_RI = StandardNames.IS_RI;
62 public static final int EXPECTED_DEFAULT_CLIENT_SSL_SESSION_CACHE_SIZE = (IS_RI) ? 0 : 10;
63 public static final int EXPECTED_DEFAULT_SERVER_SSL_SESSION_CACHE_SIZE = (IS_RI) ? 0 : 100;
65 (IS_RI) ? 24 * 3600 : 8 * 3600;
84 // return !IS_RI;
  /external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
StandardNames.java 70 public static final boolean IS_RI =
72 public static final String JSSE_PROVIDER_NAME = (IS_RI) ? "Conscrypt" : "AndroidOpenSSL";
73 public static final String SECURITY_PROVIDER_NAME = (IS_RI) ? "SUN" : "BC";
75 public static final String KEY_MANAGER_FACTORY_DEFAULT = (IS_RI) ? "SunX509" : "PKIX";
78 public static final String KEY_STORE_ALGORITHM = (IS_RI) ? "JKS" : "BKS";
305 if (IS_RI) {
354 if (IS_RI) {
360 if (IS_RI) {
369 if (!IS_RI) {
604 if (IS_RI) {
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 71 public static final boolean IS_RI
73 public static final String JSSE_PROVIDER_NAME = (IS_RI) ? "SunJSSE" : "AndroidOpenSSL";
74 public static final String SECURITY_PROVIDER_NAME = (IS_RI) ? "SUN" : "BC";
76 public static final String KEY_MANAGER_FACTORY_DEFAULT = (IS_RI) ? "SunX509" : "PKIX";
79 public static final String KEY_STORE_ALGORITHM = (IS_RI) ? "JKS" : "BKS";
261 if (IS_RI) {
331 if (IS_RI) {
380 if (IS_RI) {
386 if (IS_RI) {
394 if (!IS_RI) {
    [all...]

Completed in 700 milliseconds