Searched refs:PKIXSupport (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder1Test.java65 private static boolean PKIXSupport = false; field in class:CertPathBuilder1Test
77 PKIXSupport = (defaultProvider != null);
78 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
83 if (!PKIXSupport) {
155 if (!PKIXSupport) {
173 if (!PKIXSupport) {
199 if (!PKIXSupport) {
222 if (!PKIXSupport) {
246 if (!PKIXSupport) {
264 if (!PKIXSupport) {
[all...]
H A DCertPathValidator1Test.java65 private static boolean PKIXSupport = false; field in class:CertPathValidator1Test
75 PKIXSupport = (defaultProvider != null);
76 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
82 if (!PKIXSupport) {
105 if (!PKIXSupport) {
157 if (!PKIXSupport) {
176 if (!PKIXSupport) {
201 if (!PKIXSupport) {
225 if (!PKIXSupport) {
250 if (!PKIXSupport) {
[all...]
H A DCertPathValidator3Test.java59 private static boolean PKIXSupport = false; field in class:CertPathValidator3Test
69 PKIXSupport = (defaultProvider != null);
70 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
75 if (!PKIXSupport) {
103 if (!PKIXSupport) {

Completed in 77 milliseconds