From f8765f4b03f0eac32de52dfaf59ff1c06d5063f9 Mon Sep 17 00:00:00 2001 From: david_page <david_page@localhost> Date: Sat, 13 Oct 2007 05:28:14 +0000 Subject: [PATCH] no issue CryptoManager - Add config test for encryption and key-wrapping cipher transformation syntax algorithm/mode/padding - elide duplicate configuration validation and assignment code --- opends/src/messages/messages/core.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index c128d32..fff9ae0 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1749,3 +1749,9 @@ to instantiate a KeyGenerator for algorithm "%s": %s SEVERE_ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED_692=CryptoManager failed \ to add locally produced symmetric key entry "%s": %s +SEVERE_ERR_CRYPTOMGR_FULL_CIPHER_TRANSFORMATION_REQUIRED_693=CryptoManager \ + cipher transformation specification "%s" is invalid: it must be of the form \ + "algorithm/mode/padding" +SEVERE_ERR_CRYPTOMGR_FULL_KEY_WRAPPING_TRANSFORMATION_REQUIRED_694=CryptoManager \ + cipher transformation specification "%s" is invalid: it must be of the form \ + "algorithm/mode/padding" -- Gitblit v1.10.0