You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2004/04/04 06:20:24 UTC

cvs commit: xml-security/src/org/apache/xml/security/resource xmlsecurity_de.properties xmlsecurity_en.properties

blautenb    2004/04/03 20:20:24

  Modified:    src/org/apache/xml/security/resource
                        xmlsecurity_de.properties xmlsecurity_en.properties
  Log:
  Add messages for cases where JCEMapper cannot map a URI to an algorithm
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- xmlsecurity_de.properties	6 Mar 2004 11:38:12 -0000	1.17
  +++ xmlsecurity_de.properties	4 Apr 2004 04:20:24 -0000	1.18
  @@ -7,6 +7,7 @@
   algorithms.CannotUseSecureRandomOnMAC = Sorry, but you cannot use a SecureRandom object for creating MACs.
   algorithms.HMACOutputLengthOnlyForHMAC = A HMACOutputLength can only be specified for HMAC integrity algorithms
   algorithms.NoSuchAlgorithm = Der Algorithmus {0} ist nicht verf�gbar. Original Nachricht war: {1}
  +algorithms.NoSuchMap = The algorithm URI "{0}" could not be mapped to a JCE algorithm
   algorithms.NoSuchProvider = The specified Provider {0} does not exist. Original Message was: {1}
   algorithms.operationOnlyVerification = A public key can only used for verification of a signature.
   algorithms.WrongKeyForThisOperation = Sorry, you supplied the wrong key type for this operation! You supplied a {0} but a {1} is needed.
  
  
  
  1.19      +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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- xmlsecurity_en.properties	6 Mar 2004 11:38:12 -0000	1.18
  +++ xmlsecurity_en.properties	4 Apr 2004 04:20:24 -0000	1.19
  @@ -7,6 +7,7 @@
   algorithms.CannotUseSecureRandomOnMAC = Sorry, but you cannot use a SecureRandom object for creating MACs.
   algorithms.HMACOutputLengthOnlyForHMAC = A HMACOutputLength can only be specified for HMAC integrity algorithms
   algorithms.NoSuchAlgorithm = The requested algorithm {0} does not exist. Original Message was: {1}
  +algorithms.NoSuchMap = The algorithm URI "{0}" could not be mapped to a JCE algorithm
   algorithms.NoSuchProvider = The specified Provider {0} does not exist. Original Message was: {1}
   algorithms.operationOnlyVerification = A public key can only used for verification of a signature.
   algorithms.WrongKeyForThisOperation = Sorry, you supplied the wrong key type for this operation! You supplied a {0} but a {1} is needed.