From 8aa9e3c4288898f16445e768320b6dad1de612e1 Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Wed, 25 Mar 2009 21:26:49 +0000 Subject: [PATCH] These changes: --- opends/src/messages/messages/utility.properties | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties index a2cc05b..c55c1d2 100644 --- a/opends/src/messages/messages/utility.properties +++ b/opends/src/messages/messages/utility.properties @@ -557,3 +557,61 @@ INFO_ADMIN_CONN_PROMPT_PORT_NUMBER_270=Directory server administration port number [%d]: MILD_ERR_LDIF_INVALID_ATTR_OPTION_271=Unable to parse LDIF entry %s starting \ at line %d because it has an invalid binary option for attribute %s +SEVERE_ERR_CERTMGR_INVALID_PKCS11_PATH_272=Invalid key store path for PKCS11 \ +keystore, it must be %s +SEVERE_ERR_CERTMGR_INVALID_KEYSTORE_PATH_273=Key store path %s exists but is \ +not a file +SEVERE_ERR_CERTMGR_INVALID_PARENT_274=Parent directory for key store path \ + %s does not exist or is not a directory +SEVERE_ERR_CERTMGR_INVALID_STORETYPE_275=Invalid key store type, it must \ +be one of the following: %s, %s, %s or %s +SEVERE_ERR_CERTMGR_KEYSTORE_NONEXISTANT_276=Keystore does not exist, \ +it must exist to retrieve an alias, delete an alias or generate a \ +certificate request +SEVERE_ERR_CERTMGR_VALIDITY_277=Validity value %d is invalid, it must \ +be a positive integer +SEVERE_ERR_CERTMGR_ALIAS_ALREADY_EXISTS_278= A certificate with the alias \ +%s already exists in the key store +SEVERE_ERR_CERTMGR_ADD_CERT_279=The following error occured when \ +adding a certificate with alias %s to the keystore: %s +SEVERE_ERR_CERTMGR_ALIAS_INVALID_280=The alias %s is cannot be added to the \ +keystore for one of the following reasons: it already exists in the \ +keystore, or, it is not an instance of a trusted certificate class +SEVERE_ERR_CERTMGR_CERT_REPLIES_INVALID_281=The alias %s is an instance of \ +a private key entry, which is not supported being added to the keystore \ +at this time +SEVERE_ERR_CERTMGR_DELETE_ALIAS_282=The following error occured when \ +deleting a certificate with alias %s from the keystore: %s +SEVERE_ERR_CERTMGR_CERT_REQUEST_283=The following error occured when \ +generating a certificate request with alias %s: %s +SEVERE_ERR_CERTMGR_GEN_SELF_SIGNED_CERT_284=The following error occured when \ +generating a self-signed certificate using the alias %s: %s +SEVERE_ERR_CERTMGR_INVALID_CERT_FILE_285=The certificate file %s is \ +invalid because it does not exists, or exists, but is not a file +SEVERE_ERR_CERTMGR_ALIAS_CAN_NOT_DELETE_286=The alias %s cannot be \ +deleted from the keystore because it does not exist +SEVERE_ERR_CERTMGR_ALIAS_DOES_NOT_EXIST_287=The alias %s does not exist \ +in the keystore so its key information cannot be retrieved +SEVERE_ERR_CERTMGR_ALIAS_INVALID_ENTRY_TYPE_288=The alias %s is not a \ +valid keystore entry type, so its key information cannot be retrieved +SEVERE_ERR_CERTMGR_GET_KEY_289=The key information for alias %s \ +cannot be retrieved because of the following reason: %s +SEVERE_ERR_CERTMGR_PRIVATE_KEY_290=The private key for alias %s \ +could not be retrieved because it was not a key related entry +SEVERE_ERR_CERTMGR_ALIAS_NO_CERTIFICATE_291=The alias %s does not \ +does not have a certificate associated with it +SEVERE_ERR_CERTMGR_TRUSTED_CERT_292=The trusted certificate associated \ +with alias %s could not be added to keystore because of the following \ +reason: %s +SEVERE_ERR_CERTMGR_FILE_NAME_INVALID_293=The %s is invalid because it is \ +null +SEVERE_ERR_CERTMGR_VALUE_INVALID_294=The argument %s is invalid because it \ +is either null, or has zero length +SEVERE_ERR_CERTMGR_CLASS_NOT_FOUND_295=A security class cannot be found \ +in this JVM because of the following reason: %s +SEVERE_ERR_CERTMGR_SECURITY_296=The security classes could not be \ +initialized because of the following reason: %s +SEVERE_ERR_CERTMGR_NO_METHOD_297=A method needed in the security classes \ +could not be located because of the following reason: %s +SEVERE_ERR_CERTMGR_CERT_SIGN_REQ_NOT_SUPPORTED_298=Certificate signing \ +request generation is not supported on JVM supplied by this vendor: %s -- Gitblit v1.10.0