Searched refs:I18n (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DI18n.java34 public class I18n { class
49 * Constructor I18n
52 private I18n() { method in class:I18n
102 return I18n.NOT_INITIALIZED_MSG;
126 return I18n.NOT_INITIALIZED_MSG;
146 return I18n.NOT_INITIALIZED_MSG;
161 I18n.resourceBundle =
H A DBase64.java74 throw new IllegalArgumentException(I18n
131 throw new IllegalArgumentException(I18n
H A DXMLUtils.java337 throw new NullPointerException(I18n.translate("endorsed.jdk1.4.0")
370 throw new NullPointerException(I18n.translate("endorsed.jdk1.4.0")
H A DCachedXPathFuncHereAPI.java357 throw new RuntimeException(I18n.translate("endorsed.jdk1.4.0")/*,*/+ex);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHereContext.java26 import com.sun.org.apache.xml.internal.security.utils.I18n;
100 throw new IllegalAccessError(I18n.translate("endorsed.jdk1.4.0")
119 throw new IllegalAccessError(I18n.translate("endorsed.jdk1.4.0")
138 throw new IllegalAccessError(I18n.translate("endorsed.jdk1.4.0")
H A DFuncHere.java28 import com.sun.org.apache.xml.internal.security.utils.I18n;
103 throw new TransformerException(I18n
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/exceptions/
H A DXMLSecurityException.java30 import com.sun.org.apache.xml.internal.security.utils.I18n;
99 super(I18n.getExceptionMessage(_msgID));
113 super(MessageFormat.format(I18n.getExceptionMessage(_msgID), exArgs));
143 super(I18n.getExceptionMessage(_msgID, _originalException));
159 super(MessageFormat.format(I18n.getExceptionMessage(_msgID), exArgs));
H A DXMLSecurityRuntimeException.java8 import com.sun.org.apache.xml.internal.security.utils.I18n;
74 super(I18n.getExceptionMessage(_msgID));
88 super(MessageFormat.format(I18n.getExceptionMessage(_msgID), exArgs));
118 super(I18n.getExceptionMessage(_msgID, _originalException));
134 super(MessageFormat.format(I18n.getExceptionMessage(_msgID), exArgs));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/keyvalues/
H A DRSAKeyValue.java34 import com.sun.org.apache.xml.internal.security.utils.I18n;
97 throw new IllegalArgumentException(I18n
H A DDSAKeyValue.java34 import com.sun.org.apache.xml.internal.security.utils.I18n;
106 throw new IllegalArgumentException(I18n
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/
H A DInit.java41 import com.sun.org.apache.xml.internal.security.utils.I18n;
112 // To load another resource bundle, call I18n.init(...) before calling this
115 I18n.init("en", "US");
199 I18n.init(languageCode, countryCode);
217 log.log(java.util.logging.Level.SEVERE, I18n.translate("algorithm.classDoesNotExist", exArgs));
238 log.log(java.util.logging.Level.SEVERE, I18n.translate("algorithm.classDoesNotExist", exArgs));
278 log.log(java.util.logging.Level.SEVERE, I18n.translate("algorithm.classDoesNotExist", exArgs));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DManifest.java39 import com.sun.org.apache.xml.internal.security.utils.I18n;
121 I18n.translate("xml.WrongContent", exArgs));
434 new IndexOutOfBoundsException(I18n
H A DXMLSignature.java44 import com.sun.org.apache.xml.internal.security.utils.I18n;
527 throw new IllegalArgumentException(I18n

Completed in 67 milliseconds