From 88b5935e25fae6d6b65e4a43e151a546d0bc8787 Mon Sep 17 00:00:00 2001
From: david_page <david_page@localhost>
Date: Wed, 10 Oct 2007 16:38:28 +0000
Subject: [PATCH] issue 466 (partial) remove redundant server property BACKUP_PROPERTY_CIPHER_ALGORITHM The cipher algorithm used is encoded in the backup data prologue.
---
opends/src/server/org/opends/server/util/ServerConstants.java | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index b8706bb..d91894a 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2247,15 +2247,6 @@
/**
- * The name of the backup property that holds the name of the cipher algorithm
- * used to perform the encryption for the backup.
- */
- public static final String BACKUP_PROPERTY_CIPHER_ALGORITHM =
- "cipher_algorithm";
-
-
-
- /**
* The name of the backup property that holds the name of the digest algorithm
* used to generate the hash of a backup.
*/
--
Gitblit v1.10.0