Searched defs: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 DCertPathValidator3Test.java58 private static boolean PKIXSupport = false; field in class:CertPathValidator3Test
68 PKIXSupport = (defaultProvider != null);
69 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
74 if (!PKIXSupport) {
101 if (!PKIXSupport) {
H A DCertPathBuilder1Test.java64 private static boolean PKIXSupport = false; field in class:CertPathBuilder1Test
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...]
H A DCertPathValidator1Test.java64 private static boolean PKIXSupport = false; field in class:CertPathValidator1Test
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...]

Completed in 59 milliseconds