From 291f9ac5dfd2455af1599205d0436b5c6e55c73a Mon Sep 17 00:00:00 2001 From: david_page <david_page@localhost> Date: Tue, 09 Oct 2007 17:18:14 +0000 Subject: [PATCH] issue 466 (partial) CryptoManager final i18n cleanup --- opends/src/messages/messages/core.properties | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 7ad2fa7..3d93afe 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1710,8 +1710,8 @@ MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager \ cannot find the public-key-certificate (identfier "%s") requested for symmetric \ key re-encoding -MILD_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_KEY_IDENTIFIER_677=CryptoManager \ - failed to decode the MAC key entry identifier "%s": %s +MILD_ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX_677=CryptoManager failed to decode \ + the key entry identifier "%s": %s SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM_678=CrytpoManager \ passed invalid MAC algorithm "%s": %s SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE_679=CryptoManager \ @@ -1739,3 +1739,7 @@ key attribute value that can be decoded by this instance" SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER_688=CryptoManager failed \ to import the symmetric key entry "%s": %s +MILD_ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM_689=CryptoManager failed \ + to instantiate a KeyGenerator for algorithm "%s": %s +SEVERE_ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED_690=CryptoManager failed \ + to add locally produced symmetric key entry "%s": %s -- Gitblit v1.10.0