Searched refs:X509Support (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
H A DCertificateFactory1Test.java62 private static boolean X509Support = false; field in class:CertificateFactory1Test
76 X509Support = (defaultProvider != null);
77 defaultProviderName = (X509Support ? defaultProvider.getName() : null);
81 if (!X509Support) {
108 if (!X509Support) {
148 if (!X509Support) {
174 if (!X509Support) {
203 if (!X509Support) {
223 if (!X509Support) {
245 if (!X509Support) {
[all...]
H A DCertificateFactory3Test.java55 private static boolean X509Support = false; field in class:CertificateFactory3Test
62 X509Support = defaultProvider != null;
63 defaultProviderName = X509Support ? defaultProvider.getName() : null;
69 if (!X509Support) {

Completed in 53 milliseconds