diff --git a/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.java b/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.java index d09cdae2276..ecbeaae3b93 100644 --- a/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.java +++ b/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.java @@ -27,19 +27,12 @@ public class UniversalSecurityProperties extends NLS public static String RESID_SECURITY_CERTIFICATE_PROP_TITLE; - public static String RESID_SECURITY_VALIDITY_PERIOD; - public static String RESID_SECURITY_SERIAL_NUMBER_LBL ; + public static String RESID_SECURITY_VALIDITY_PERIOD; public static String RESID_SECURITY_CERTIF_VERSION_LBL; public static String RESID_SECURITY_PROP_ALIAS_LBL; public static String RESID_SECURITY_ISSUED_TO_LBL; public static String RESID_SECURITY_ISSUED_BY_LBL; - public static String RESID_SECURITY_VALIDITY_LBL; - public static String RESID_SECURITY_SIGALG_LBL; public static String RESID_SECURITY_ALGORITHM_LBL; - public static String RESID_SECURITY_SIGNATURE_LBL; - public static String RESID_SECURITY_SUBJECT_LBL; - public static String RESID_SECURITY_KEY_LBL; - public static String RESID_SECURITY_PUBLIC_KEY_LBL; public static String RESID_SECURITY_KEY_ENTRY; public static String RESID_SECURITY_ADD_CERT_DLG_TITLE; public static String RESID_SECURITY_RENAME_CERT_DLG_TITLE; @@ -57,20 +50,11 @@ public class UniversalSecurityProperties extends NLS public static String RESID_SECURITY_PREF_EXPIRES; public static String RESID_SECURITY_KEY_IO_ERROR_; - public static String RESID_SECURITY_KEY_LOAD_ERROR_; - public static String RESID_SECURITY_ALGORITHM_ERROR_; - public static String RESID_SECURITY_KEY_MANAG_ERROR_; public static String RESID_SECURITY_KEY_STORE_ERROR_; - public static String RESID_SECURITY_UNREC_KEY_ERROR_; - public static String RESID_SECURITY_PWD_REQ_INFO_; - public static String RESID_SECURITY_LOGIN_FAILED_INFO_; public static String RESID_SECURITY_KEYSTORE_SAVE_ERROR_; public static String RESID_SECURITY_IO_SAVE_ERROR_; public static String RESID_SECURITY_CERTIFICATE_STORE_ERROR_; public static String RESID_SECURITY_UNINIT_KEYSTORE_ERROR_; - public static String RESID_SECURITY_INITIALIZE_ERROR_; - public static String RESID_SECURITY_SECURITY_PROVIDER_ERROR_; - public static String RESID_SECURITY_LOAD_KEYSTORE_ERROR_; public static String RESID_SECURITY_CERTIFICATE_EXC_; public static String RESID_SECURITY_LOAD_IO_EXC_; public static String RESID_SECURITY_CERTIFICATE_LOAD_EXC_; @@ -86,6 +70,8 @@ public class UniversalSecurityProperties extends NLS public static String RESID_SECURITY_TRUST_IMPORT_CERTIFICATE_WIZARD; public static String RESID_SECURITY_CERTIFICATE_INFORMATION; + public static String RESID_SECURITY_VALIDITY_LBL; + static { // load message values from bundle file diff --git a/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.properties b/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.properties index b2c7531b011..6cf03fcc1b2 100644 --- a/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.properties +++ b/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.properties @@ -20,18 +20,12 @@ RESID_SECURITY_CERTIFICATE_PROP_TITLE = Certificate Properties RESID_SECURITY_VALIDITY_PERIOD = Valid from %1 to %2 - RESID_SECURITY_SERIAL_NUMBER_LBL = Serial number: RESID_SECURITY_CERTIF_VERSION_LBL = Version: RESID_SECURITY_PROP_ALIAS_LBL = Alias Name: RESID_SECURITY_ISSUED_TO_LBL = Issued To: RESID_SECURITY_ISSUED_BY_LBL = Issued By: RESID_SECURITY_VALIDITY_LBL = Validity: - RESID_SECURITY_SIGALG_LBL = Signature Algorithm: RESID_SECURITY_ALGORITHM_LBL = Algorithm: - RESID_SECURITY_SIGNATURE_LBL = Signature: - RESID_SECURITY_SUBJECT_LBL = Subject: - RESID_SECURITY_KEY_LBL = Key: - RESID_SECURITY_PUBLIC_KEY_LBL = Public key: RESID_SECURITY_KEY_ENTRY = Key RESID_SECURITY_ADD_CERT_DLG_TITLE = Add Certificate RESID_SECURITY_RENAME_CERT_DLG_TITLE = Rename Certificate @@ -49,20 +43,11 @@ RESID_SECURITY_PREF_EXPIRES = Expiration Date RESID_SECURITY_KEY_IO_ERROR_ = File not found \n%1. - RESID_SECURITY_KEY_LOAD_ERROR_ = One or more certificates in the\n%1\nkey store could not be loaded. - RESID_SECURITY_ALGORITHM_ERROR_ = The algorithm used to check the integrity of the key store\n%1\ncannot be found. - RESID_SECURITY_KEY_MANAG_ERROR_ = Key management exception, for operations dealing with key management in\n%1. RESID_SECURITY_KEY_STORE_ERROR_ = Key store exception, for operations dealing with key store in\n%1. - RESID_SECURITY_UNREC_KEY_ERROR_ = Unrecoverable key exception for operations dealing with key store in\n%1. - RESID_SECURITY_PWD_REQ_INFO_ = This is a secure connection, password authentication is required. - RESID_SECURITY_LOGIN_FAILED_INFO_ = Login failed, password authentication is required. RESID_SECURITY_KEYSTORE_SAVE_ERROR_ = Unable to persist key store. RESID_SECURITY_IO_SAVE_ERROR_ = A input-output exception occurred while saving key store \n%1. RESID_SECURITY_CERTIFICATE_STORE_ERROR_ = One or more certificates in the\n%1\nkey store could not be stored. RESID_SECURITY_UNINIT_KEYSTORE_ERROR_ = Keystore %1 \nhas not been initialized. - RESID_SECURITY_INITIALIZE_ERROR_ = Unable to initialize key store \n%1. - RESID_SECURITY_SECURITY_PROVIDER_ERROR_ = Requested security provider not available. - RESID_SECURITY_LOAD_KEYSTORE_ERROR_ = Failed to load key store. RESID_SECURITY_CERTIFICATE_EXC_ = A certificate exception occurred while loading the file\n%1 RESID_SECURITY_LOAD_IO_EXC_ = A input-output exception occurred while loading the file\n%1 RESID_SECURITY_CERTIFICATE_LOAD_EXC_ = Unable to load certificate.