From c673556d754a1c1cfbdb9a8d48874dc5ca760c61 Mon Sep 17 00:00:00 2001 From: coulbeck <coulbeck@localhost> Date: Tue, 25 Sep 2007 22:11:45 +0000 Subject: [PATCH] Implement Get Symmetric Key Extended Operation for crypto manager symmetric key distribution. --- opendj-sdk/opends/src/messages/messages/extension.properties | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/extension.properties b/opendj-sdk/opends/src/messages/messages/extension.properties index dfb31a3..0fe023b 100644 --- a/opendj-sdk/opends/src/messages/messages/extension.properties +++ b/opendj-sdk/opends/src/messages/messages/extension.properties @@ -1589,3 +1589,12 @@ encrypt a value using password storage scheme %s: %s SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=An error occurred while trying to \ decrypt a value using password storage scheme %s: %s +MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=Cannot decode the provided \ + symmetric key extended operation because it does not have a value +MILD_ERR_GET_SYMMETRIC_KEY_INVALID_TYPE_562=Cannot decode the provided \ + symmetric key extended operation because the value sequence has an element \ + with an invalid type of %s +MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=Cannot decode the \ + provided symmetric key extended request: %s +MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=An unexpected error occurred \ + while attempting to decode the symmetric key extended request sequence: %s -- Gitblit v1.10.0