From 61dac86bceb9d727e1bd707982c41ab9467c6d5a Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Mon, 03 Nov 2025 06:30:05 +0000
Subject: [PATCH] Switch from sun.security.x509 to Bouncy Castle API (#560)

---
 opendj-server-legacy/src/messages/org/opends/messages/utility.properties |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
index fcb641f..428e26b 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
@@ -352,14 +352,6 @@
 null
 ERR_CERTMGR_VALUE_INVALID_294=The argument %s is invalid because it \
 is either null, or has zero length
-ERR_CERTMGR_CLASS_NOT_FOUND_295=A security class cannot be found \
-in this JVM because of the following reason: %s
-ERR_CERTMGR_SECURITY_296=The security classes could not be \
-initialized because of the following reason: %s
-ERR_CERTMGR_NO_METHOD_297=A method needed in the security classes \
-could not be located because of the following reason: %s
-ERR_CERTMGR_CERTGEN_NOT_FOUND_298=The CertAndKeyGen security class cannot be \
-found, consider setting -D%s=
 WARN_EXPORT_LDIF_SET_PERMISSION_FAILED_300=An error occurred while \
  setting file permissions for the LDIF file %s: %s
 ERR_LDIF_READ_ATTR_SKIP_301=Skipping entry %s because the following error \
@@ -440,4 +432,4 @@
 ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT_342=An error occurred while attempting to \
  read the configuration file '%s'
 ERR_EMBEDDED_SERVER_BUILD_VERSION_343=An error occurred while attempting to \
- retrieve the build version of the directory server: '%s'
\ No newline at end of file
+ retrieve the build version of the directory server: '%s'

--
Gitblit v1.10.0