Searched refs:CollectionSupport (Results 1 – 1 of 1) sorted by relevance
70 private static boolean CollectionSupport = false; field in CertStore1Test88 CollectionSupport = (defaultProviderCol != null);89 defaultProviderColName = (CollectionSupport ? defaultProviderCol.getName() : null);90 if (CollectionSupport) {105 if (!LDAPSupport && !CollectionSupport) { in initParams()109 dParams = (CollectionSupport ? (CertStoreParameters) new CollectionCertStoreParameters() : in initParams()111 dType = (CollectionSupport ? CollectionType : defaultType); in initParams()112 dProv = (CollectionSupport ? defaultProviderCol : defaultProvider); in initParams()113 dName = (CollectionSupport ? defaultProviderColName : defaultProviderName); in initParams()114 dValid = (CollectionSupport ? validValuesC : validValues); in initParams()[all …]