Searched refs:X509Support (Results 1 – 2 of 2) sorted by relevance
62 private static boolean X509Support = false; field in CertificateFactory1Test76 X509Support = (defaultProvider != null);77 defaultProviderName = (X509Support ? defaultProvider.getName() : null);81 if (!X509Support) { in initCertFs()108 if (!X509Support) { in testCertificateFactory01()148 if (!X509Support) { in testCertificateFactory03()174 if (!X509Support) { in testCertificateFactory04()203 if (!X509Support) { in testCertificateFactory05()223 if (!X509Support) { in testCertificateFactory06()245 if (!X509Support) { in testCertificateFactory07()[all …]
55 private static boolean X509Support = false; field in CertificateFactory3Test62 X509Support = defaultProvider != null;63 defaultProviderName = X509Support ? defaultProvider.getName() : null;69 if (!X509Support) { in initCertFs()