Searched refs:stores (Results 1 - 25 of 63) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDatatypeMessages_fr.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DXMLSerializerMessages_fr.properties29 # This file stores error messages for the Xerces XML
H A DXMLSerializerMessages_it.properties29 # This file stores error messages for the Xerces XML
H A DXPointerMessages_it.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DJAXPValidationMessages_fr.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DSAXMessages_de.properties29 # This file stores localized messages for the Xerces
H A DXPointerMessages_pt_BR.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DDOMMessages_fr.properties29 # This file stores localized messages for the Xerces
H A DDatatypeMessages_de.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_es.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_it.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_pt_BR.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_sv.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_zh_CN.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DJAXPValidationMessages_de.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_es.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_it.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_pt_BR.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_sv.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_zh_CN.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_zh_TW.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DSAXMessages_fr.properties29 # This file stores localized messages for the Xerces
H A DXMLSerializerMessages_de.properties29 # This file stores error messages for the Xerces XML
H A DXMLSerializerMessages_es.properties29 # This file stores error messages for the Xerces XML
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DPKIXParameters.java274 * @param stores a <code>List</code> of <code>CertStore</code>s (or
281 public void setCertStores(List<CertStore> stores) { argument
282 if (stores == null) {
285 for (Iterator<CertStore> i = stores.iterator(); i.hasNext();) {
291 this.certStores = new ArrayList<CertStore>(stores);

Completed in 77 milliseconds

123