blautenb 2004/03/06 03:38:12
Modified: src/org/apache/xml/security/resource
xmlsecurity_de.properties xmlsecurity_en.properties
Log:
Add descriptors for encryption exceptions
Revision Changes Path
1.17 +1 -0
xml-security/src/org/apache/xml/security/resource/xmlsecurity_de.properties
Index: xmlsecurity_de.properties
===================================================================
RCS file:
/home/cvs/xml-security/src/org/apache/xml/security/resource/xmlsecurity_de.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xmlsecurity_de.properties 3 Mar 2004 09:55:23 -0000 1.16
+++ xmlsecurity_de.properties 6 Mar 2004 11:38:12 -0000 1.17
@@ -39,6 +39,7 @@
encryption.RSAPKCS15.blockTruncated = block truncated
encryption.RSAPKCS15.noDataInBlock = no data in block
encryption.RSAPKCS15.unknownBlockType = unknown block type
+encryption.nokey = No Key Encryption Key loaded and cannot determine using
key resolvers
endorsed.jdk1.4.0 = Since it seems that nobody reads our installation notes,
we must do it in the exception messages. Hope you read them. You did NOT use
the endorsed mechanism from JDK 1.4 properly; look at
<http://xml.apache.org/security/Java/installation.html> how to solve this
problem.
errorMessages.InvalidDigestValueException = Ung�ltige Signatur: Reference
Validation fehlgeschlagen.
errorMessages.InvalidSignatureValueException = Ung�ltige Signatur: Core
Validation fehlgeschlagen.
1.18 +1 -0
xml-security/src/org/apache/xml/security/resource/xmlsecurity_en.properties
Index: xmlsecurity_en.properties
===================================================================
RCS file:
/home/cvs/xml-security/src/org/apache/xml/security/resource/xmlsecurity_en.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xmlsecurity_en.properties 3 Mar 2004 09:55:23 -0000 1.17
+++ xmlsecurity_en.properties 6 Mar 2004 11:38:12 -0000 1.18
@@ -39,6 +39,7 @@
encryption.RSAPKCS15.blockTruncated = block truncated
encryption.RSAPKCS15.noDataInBlock = no data in block
encryption.RSAPKCS15.unknownBlockType = unknown block type
+encryption.nokey = No Key Encryption Key loaded and cannot determine using
key resolvers
endorsed.jdk1.4.0 = Since it seems that nobody reads our installation notes,
we must do it in the exception messages. Hope you read them. You did NOT use
the endorsed mechanism from JDK 1.4 properly; look at
<http://xml.apache.org/security/Java/installation.html> how to solve this
problem.
errorMessages.InvalidDigestValueException = INVALID signature -- check
reference resolution.
errorMessages.InvalidSignatureValueException = INVALID signature -- core
validation failed.