OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_RI
(Results
1 - 2
of
2
) sorted by null
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java
54
private static final boolean
IS_RI
= StandardNames.
IS_RI
;
55
public static final int EXPECTED_DEFAULT_CLIENT_SSL_SESSION_CACHE_SIZE = (
IS_RI
) ? 0 : 10;
56
public static final int EXPECTED_DEFAULT_SERVER_SSL_SESSION_CACHE_SIZE = (
IS_RI
) ? 0 : 100;
57
public static final int EXPECTED_DEFAULT_SSL_SESSION_CACHE_TIMEOUT = (
IS_RI
) ? 86400 : 0;
76
// return !
IS_RI
;
/libcore/support/src/test/java/libcore/java/security/
StandardNames.java
68
public static final boolean
IS_RI
70
public static final String JSSE_PROVIDER_NAME = (
IS_RI
) ? "SunJSSE" : "AndroidOpenSSL";
71
public static final String SECURITY_PROVIDER_NAME = (
IS_RI
) ? "SUN" : "BC";
73
public static final String KEY_MANAGER_FACTORY_DEFAULT = (
IS_RI
) ? "SunX509" : "PKIX";
76
public static final String KEY_STORE_ALGORITHM = (
IS_RI
) ? "JKS" : "BKS";
266
if (
IS_RI
) {
310
if (
IS_RI
) {
316
if (
IS_RI
) {
324
if (!
IS_RI
) {
531
if (
IS_RI
) {
[
all
...]
Completed in 3320 milliseconds