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

  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidator3Test.java 50 private static boolean PKIXSupport = false;
60 PKIXSupport = (defaultProvider != null);
61 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
66 if (!PKIXSupport) {
90 if (!PKIXSupport) {
CertPathValidator1Test.java 57 private static boolean PKIXSupport = false;
67 PKIXSupport = (defaultProvider != null);
68 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
75 if (!PKIXSupport) {
98 if (!PKIXSupport) {
149 if (!PKIXSupport) {
167 if (!PKIXSupport) {
191 if (!PKIXSupport) {
215 if (!PKIXSupport) {
239 if (!PKIXSupport) {
    [all...]
CertPathBuilder1Test.java 61 private static boolean PKIXSupport = false;
73 PKIXSupport = (defaultProvider != null);
74 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
78 if (!PKIXSupport) {
134 if (!PKIXSupport) {
151 if (!PKIXSupport) {
177 if (!PKIXSupport) {
199 if (!PKIXSupport) {
223 if (!PKIXSupport) {
241 if (!PKIXSupport) {
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java 64 private static boolean PKIXSupport = false;
76 PKIXSupport = (defaultProvider != null);
77 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
81 if (!PKIXSupport) {
153 if (!PKIXSupport) {
170 if (!PKIXSupport) {
196 if (!PKIXSupport) {
218 if (!PKIXSupport) {
242 if (!PKIXSupport) {
260 if (!PKIXSupport) {
    [all...]
CertPathValidator1Test.java 64 private static boolean PKIXSupport = false;
74 PKIXSupport = (defaultProvider != null);
75 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
82 if (!PKIXSupport) {
105 if (!PKIXSupport) {
156 if (!PKIXSupport) {
174 if (!PKIXSupport) {
198 if (!PKIXSupport) {
222 if (!PKIXSupport) {
246 if (!PKIXSupport) {
    [all...]
CertPathValidator3Test.java 58 private static boolean PKIXSupport = false;
68 PKIXSupport = (defaultProvider != null);
69 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
74 if (!PKIXSupport) {
101 if (!PKIXSupport) {

Completed in 97 milliseconds